You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While dealing with argoproj-labs/argocd-notifications#107, I found that what I really wanted to do was be able to use the KMSSecret to encrypt the slack-token itself, but leave the templating of the final Secret object up to me. So in an ideal case, I'd do something like this:
This lets me control the final secret format and ensures that I am only trying to encrypt the secret bits of data - rather than me trying to encrypt some multiline piece of text to get around the fact that the argocd-notifications project has a bug (IMO).
Thoughts?
The text was updated successfully, but these errors were encountered:
While dealing with argoproj-labs/argocd-notifications#107, I found that what I really wanted to do was be able to use the
KMSSecret
to encrypt the slack-token itself, but leave the templating of the finalSecret
object up to me. So in an ideal case, I'd do something like this:This lets me control the final secret format and ensures that I am only trying to encrypt the secret bits of data - rather than me trying to encrypt some multiline piece of text to get around the fact that the argocd-notifications project has a bug (IMO).
Thoughts?
The text was updated successfully, but these errors were encountered: