Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster.docdb.aws.upbound.io/v1beta1 : Provide password details as connection secret #1077

Closed
cest-pas-faux opened this issue Jan 10, 2024 · 0 comments · Fixed by #1084
Closed
Labels
enhancement New feature or request needs:triage

Comments

@cest-pas-faux
Copy link

What problem are you facing?

The community provider allows us to write all the credentials of a created docdb cluster :

apiVersion: v1
kind: Secret
data:
  endpoint: xxxxxx
  password: xxxxxx
  port: xxxxxx
  readerEndpoint: xxxxxx
  username: xxxxxx

The official one does not provide the password, hence the secret generated is incomplete :

apiVersion: v1
kind: Secret
data:
  endpoint: xxxxxx
  port: xxxxxx
  readerEndpoint: xxxxxx
  username: xxxxxx

How could Official AWS Provider help solve your problem?

Expose the password value obtained by masterPasswordSecretRef to be used by connectionDetails

@cest-pas-faux cest-pas-faux added enhancement New feature or request needs:triage labels Jan 10, 2024
@cest-pas-faux cest-pas-faux changed the title Cluster.docdb.aws.upbound.io/v1beta1 : Provide password details as connection secret Cluster.docdb.aws.upbound.io/v1beta1 : Provide password details as connection secret Jan 10, 2024
ytsarev added a commit to ytsarev/provider-aws-upbound that referenced this issue Jan 11, 2024
* Add `master_password` to Cluster connection secret as `password` field
* Extend uptest example
* Fixes crossplane-contrib#1077

Signed-off-by: Yury Tsarev <yury@upbound.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs:triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant