Skip to content

Sealed Secrets - Bitnami#

Bitnami Sealed Secrets

License: Apache 2.0

Sealed Secrets allow us to use cryptography on the cluster to transform what would be plaintext passwords in code into sealed secret objects which only the cluster can decode. The Sealed Secret operator takes all sealed secret objects and converts them into normal Kubernetes secrets for Applications to consume. The normal way of doing this is to use kubeseal.

Update Concerns#

Critical Concernsf#

  • Any loss of the signing secret will require those using sealed secrets to re-encrypt their sealed secrets

General Concerns#