Skip to content

Notifications: slack.token does not work, slack-token does. Why? #18996

Answered by ChristianCiach
thiagowfx asked this question in Q&A
Discussion options

You must be logged in to vote

That currently cannot work, because the notification-engine doesn't allow . as part of the secret reference pattern:

https://github.com/argoproj/notifications-engine/blob/261728a36e8357dfa7c258f7e1c4e3e763711ee1/pkg/api/config.go#L60

Adding the dot to the pattern should be trivial, but this would still be an incomplete solution. It would be better if the notification-engine uses the same parsing logic as the rest of Argo-CD, as reported by this related issue:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thiagowfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants