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

data key should be stored as a secret #18

Open
dustinmm80 opened this issue Aug 1, 2018 · 0 comments
Open

data key should be stored as a secret #18

dustinmm80 opened this issue Aug 1, 2018 · 0 comments
Labels

Comments

@dustinmm80
Copy link
Contributor

The Conjur data key is currently set an an env var on the conjur pods. This is bad because the data key is shown in plaintext in k8s dashboard and API.

We should instead store this as a secret and reference it, like we do in the v5 oss helm chart.

https://github.com/cyberark/conjur-oss-helm-chart/blob/master/conjur-oss/templates/secrets.yaml#L2

This is a followup to PR #17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant