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

CLI for managing secrets for software developer consumption #2454

Open
feoh opened this issue May 29, 2024 · 0 comments
Open

CLI for managing secrets for software developer consumption #2454

feoh opened this issue May 29, 2024 · 0 comments
Assignees
Labels
DevOps product:infrastructure Issues related to application and operations infrastructure

Comments

@feoh
Copy link
Contributor

feoh commented May 29, 2024

Description/Context

Right now the management of secrets for devs is entirely ad-hoc. This lends itself to unfortunate incidents where monstrously huge .env files contain all the secrets and linger on filesystems just waiting to be unintentionally posted somewhere public.

We should have a CLI that every developer can access as a standard part of their environment which would either write temporary environment files to be deleted on process exit, or even better just use the process environment manager so they're never written at all.

Plan/Design

@blarghmatey blarghmatey added DevOps product:infrastructure Issues related to application and operations infrastructure labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps product:infrastructure Issues related to application and operations infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants