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
The create cluster API returns a connectionString that can be used by applications to connect to clusters. This string contains sensitive data, hence this should not be written to the MongoDBAtlasClusterstatus field but instead to a Kubernetes secret.
The create cluster API returns a connectionString that can be used by applications to connect to clusters. This string contains sensitive data, hence this should not be written to the
MongoDBAtlasCluster
status
field but instead to a Kubernetes secret.This can be achieved similar to how crossplane does it with
writeConnectionSecretToRef
: https://crossplane.io/docs/master/introduction/composition.htmlThe text was updated successfully, but these errors were encountered: