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

[Bug]: Vault Example doesn't create secret in kubernetes namespace #66

Open
1 task done
csantanapr opened this issue Dec 5, 2022 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@csantanapr
Copy link
Member

Welcome to AWS Blueprints for Crossplane!

  • Yes, I've searched similar issues on GitHub and didn't find any.

AWS Blueprints for Crossplane Release version

latest

What is your environment, configuration and the example used?

I followed the doc doc/vault-integration.md to install and setup vault.

What did you do and What did you see instead?

Following the composition example for multitenant the secret is written to vault in the correct location for application1

But the secret is not created in namespace crossplane-system as stated in the docs.

kubectl -n crossplane-system get secret `kubectl get xobjectstorage -o json | jq -r '.items[0].metadata.uid'` -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}'
# example output
# bucket-name: standard-object-storage-qlgvz-hz2dn
# region: us-west-2

Additional Information

No response

@csantanapr csantanapr added the bug Something isn't working label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant