Add a value to the generated secret that allows a client to check that the sealed secret was actually decrypted successfully #1343
Labels
backlog
Issues/PRs that will be included in the project roadmap
Which component:
controller: registry.gitlab.com/bkkvbu/platform/sealed-secrets/controller:v0.15.0
Is your feature request related to a problem? Please describe.
There are basically two use cases that trigger this request:
Describe the solution you'd like
I would like to have the
generation
and / orresourceVersion
of the sealed secret be part of theownerReferences
. That way it is easy to check wether the decryption worked as expected and it is also actually possible to wait for thesealed secret
to be decrypted to asecret
.Describe alternatives you've considered
We're currently using code like this to work around this problem:
While this works, it is clunky and hard to extend to all our projects. Also its not easily feasible to extend tools like helm to be able to wait for the secret to update without this being natively supported (AFAIK).
The text was updated successfully, but these errors were encountered: