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

Generate several sealed certs from multiple certificates #839

Open
ebuildy opened this issue May 5, 2022 · 1 comment
Open

Generate several sealed certs from multiple certificates #839

ebuildy opened this issue May 5, 2022 · 1 comment
Labels
enhancement help wanted Feature requests approved by maintainers that are not included in the project roadmap

Comments

@ebuildy
Copy link

ebuildy commented May 5, 2022

Which component:
kubeseal (CLI)

Is your feature request related to a problem? Please describe.
We run 2 clusters dev , prod with same applications but different kubeseal keys. I want to generate kubeseal secrets with same data for all clusters, in a single CLI command (as a good lazy developer...).

Describe the solution you'd like

CLI option --cert should accept an array.

CLI output should be a JSON array containing the sealed secrets as usually.

Describe alternatives you've considered
Create a small shell wrapper

Additional context

Relates to #263

@github-actions github-actions bot added the triage Issues/PRs that need to be reviewed label May 5, 2022
@alvneiayu alvneiayu added help wanted Feature requests approved by maintainers that are not included in the project roadmap enhancement and removed triage Issues/PRs that need to be reviewed labels May 5, 2022
@guhilling
Copy link

I was actually thinking about a similar approach. But then OTOH: The "correct" solution would probably be a plugin for kustomize as described here: #167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Feature requests approved by maintainers that are not included in the project roadmap
Projects
None yet
Development

No branches or pull requests

3 participants