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
For Secret-backed bootstrap, set `global.loginMethod: token` and reference the
61
+
copy of the credential that is also mounted by the control-plane service chart.
62
+
The token volume is mounted as a directory so Kubernetes Secret projection
63
+
updates are visible. During rotation, restart both backend deployments before
64
+
the control plane stops accepting the previous token.
65
+
60
66
### Global NetworkPolicy Settings
61
67
62
68
When enabled, a `NetworkPolicy` is applied to the workflow namespace (`global.backendNamespace`) that allows unrestricted external internet egress while blocking cross-namespace cluster traffic except to explicitly allowlisted namespaces.
0 commit comments