You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On AWS Provider we can find that connection secrets are exposed by two ways:
writeConnectionSecretToRef - documentation says that this field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo
PublishConnectionDetailsTo - design-doc-external-secret-stores.md design document was recently accepted and crossplane stated that this is the way forward
We just started using crossplane in our company and some teams would like to store secrets in AWS SecretManager and/or Vault. This is not possible with writeConnectionSecretToRef
How could Crossplane help solve your problem?
By implementing PublishConnectionDetailsTo in provider-sql
The text was updated successfully, but these errors were encountered:
What problem are you facing?
On AWS Provider we can find that connection secrets are exposed by two ways:
writeConnectionSecretToRef
- documentation says that this field is planned to be replaced in a future release in favor of PublishConnectionDetailsToPublishConnectionDetailsTo
- design-doc-external-secret-stores.md design document was recently accepted and crossplane stated that this is the way forwardWe just started using crossplane in our company and some teams would like to store secrets in AWS SecretManager and/or Vault. This is not possible with
writeConnectionSecretToRef
How could Crossplane help solve your problem?
By implementing
PublishConnectionDetailsTo
in provider-sqlThe text was updated successfully, but these errors were encountered: