bitnami / bitnami/sealed-secrets

Generate several sealed certs from multiple certificates

Open
#839 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Go
Stars
9.3k
Forks
776
Avg merge
1d 13h
Merged PRs (30d)
30

Description

**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 https://github.com/bitnami-labs/sealed-secrets/issues/263

Contributor guide

Open the contributing guide

Research direction

Start at the kubeseal CLI entry point and trace how the --cert option is parsed and how JSON output is assembled. Check the existing single-certificate behavior first; done means accepting multiple certificates in one command and emitting a JSON array of sealed secrets while preserving the current single-certificate behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
cli, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.