Skip to content

Commit 8afc99e

Browse files
committed
add docs
1 parent cea2ff4 commit 8afc99e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/configuration/sinks/slack.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,23 @@ Example:
9999
slack_channel: my-fallback-channel
100100
channel_override: "$cluster_name-alerts-$labels.env-${annotations.kubernetes.io/service-name}"
101101
102+
103+
Forwarding Slack via a Gateway
104+
-------------------------------
105+
106+
In fully or partially air-gapped environments, direct access to to Slack API may be blocked.
107+
Set the ``SLACK_FORWARD_URL`` environment variable on the Robusta Runner pod to forward all Slack requests.
108+
109+
Add the following to your ``values.yaml`` file and upgrade:
110+
111+
.. code-block:: yaml
112+
113+
runner:
114+
additional_env_vars:
115+
- name: SLACK_FORWARD_URL
116+
value: "https://api.robusta.dev/slack/"
117+
118+
102119
Redirect to Platform
103120
-------------------------------------------------------------------
104121

0 commit comments

Comments
 (0)