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

Replace content of secure-file-storage-credentials secret with JSON credentials #10

Open
data-henrik opened this issue Jul 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@data-henrik
Copy link
Contributor

Right now we extract details of COS and Cloudant service credentials into several variables. Later, we set individual parameters and encode them as single secret.

Why not pass the COS and Cloudant creds as parts? It would make simpler to rotate the credentials and adapt to changes.

@data-henrik
Copy link
Contributor Author

kubectl create secret generic secure-file-storage-credentials --from-literal="cos_creds=${COS_CREDS}" --from-literal="cloudant_creds=${CLOUDANT_CREDS}" -n secure-file-storage

@data-henrik data-henrik added the enhancement New feature or request label Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant