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
User still only required to set
`GITLAB_AGENT_KAS_API_LISTEN_AUTHENTICATION_SECRET_FILE`
as `GITLAB_KAS_SECRET` finally default to
`GITLAB_AGENT_KAS_API_LISTEN_AUTHENTICATION_SECRET_FILE`
(over `GITLAB_AGENT_KAS_GITLAB_AUTHENTICATION_SECRET_FILE`)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1317,7 +1317,7 @@ Enable/Disable GitLab agent server for Kubernetes (KAS). See details on [officia
1317
1317
1318
1318
##### `GITLAB_KAS_SECRET`
1319
1319
1320
-
File that contains the secret key for verifying access for GitLab KAS. Defaults to `${GITLAB_INSTALL_DIR}/.gitlab_kas_secret`
1320
+
File that contains the secret key for verifying access for GitLab KAS. This value will be used for `production.gitlab_kas.secret_file` in gitlab.yml. Defaults to `${GITLAB_AGENT_KAS_GITLAB_AUTHENTICATION_SECRET_FILE}`
0 commit comments