Skip to content

Commit 6e8bade

Browse files
committed
update documentation to require auth param in managed exitnodes
1 parent c16bf5a commit 6e8bade

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/content/docs/reference/exitnode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ spec:
5757
port: 9090
5858
# Name of the secret containing the auth key
5959
# Create a secret with a key named "auth" and put the value there
60-
# auth: SECRET-NAME
60+
# This value is now required for security reasons, if there's no secret
61+
# Chisel Operator will fail.
62+
auth: SECRET-NAME
6163
```

0 commit comments

Comments
 (0)