Open
Description
Summary
Provide a way to add custom annotations to Secrets.
Use cases
I need to create a webhook to execute certain actions when a Secret is modified. I need some additional information to decide what do to.
Annotations would be the best way to pass that information.
Proposed solution
The implementation has been added and removed in the last months.
It should be basically reverting this PR: #104 or reimplementing it only copying specific annotations, prefixed in a certain way or something similar.
Is there a workaround to accomplish this today?
Not that I'm aware of. The only way to pass additional information is to use the Secret name, but the character limit doesn't allow me to achieve what I want.