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

Support 1-way keys for secret encryption #64

Open
stealthybox opened this issue Jul 16, 2018 · 0 comments
Open

Support 1-way keys for secret encryption #64

stealthybox opened this issue Jul 16, 2018 · 0 comments

Comments

@stealthybox
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In v3, there will be support for encrypting secret values, but it's not currently backed by Public/Private keypairs.
It could be useful to be able to distribute the public key (for instance to developers) so that anybody could create random passwords without being able to reverse them.
This model helps devs own secure production deploys.

Describe the solution you'd like
Use keypairs for the secret PKI.
Also potentially add password generation helpers in psykube.
Devs can then immediately write these strings to their psykube manifests and expect CI to decrypt the values.

Describe alternatives you've considered
Bitnami sealed secrets follow a similar pattern to this.

Additional context
@jwaldrip suggested this feature during a discussion here @ Google Boulder.

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

No branches or pull requests

1 participant