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
Currently we can reference secrets in service configurations using the $secret-name syntax, but it is not available for subscription recipients. This makes it difficult to manage recipient information (like private Slack channels or distribution lists) through K8s secrets.
Current Behavior
Service Configurations: Support referencing secrets using $secret-name syntax.
Example:
service.slack: | token: $slack-token
Subscriptions: Do not support secret references. Recipient information (e.g., Slack channels, email distribution lists) must be hardcoded.
Example:
Currently we can reference secrets in service configurations using the
$secret-name
syntax, but it is not available for subscription recipients. This makes it difficult to manage recipient information (like private Slack channels or distribution lists) through K8s secrets.Current Behavior
$secret-name
syntax.Example:
Example:
Desired Behavior
Example:
Use Cases
The text was updated successfully, but these errors were encountered: