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

The ability to define an ENV var that is in fact a secret #69

Open
Cryptophobia opened this issue Mar 20, 2018 · 0 comments
Open

The ability to define an ENV var that is in fact a secret #69

Cryptophobia opened this issue Mar 20, 2018 · 0 comments

Comments

@Cryptophobia
Copy link
Member

From @helgi on February 6, 2016 1:57

The idea is to support deis config:set hello=secret --secret and it puts the value(s) into a secret that is then auto loaded into an ENV var on the application side of things. Perfect for things like DB credentials and other secret things that developers are used to having available in ENV vars

When doing deis config to see all values it should show <secret> or similar and have a flag of some sort (--secret probably) to show the secret values

This will require Kubernetes 1.2 (kubernetes/kubernetes#4710 landed)
#13 and #299 have more context.

Copied from original issue: deis/controller#347

duanhongyi added a commit to duanhongyi/controller that referenced this issue Apr 24, 2023
…go-3.2.12

chore(deps): bump django from 3.2.11 to 3.2.12 in /rootfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant