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.html
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
MongoDBAtlasClusterstatusfield 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.html