Skip to content

Commit 206ef4e

Browse files
committed
[questionable] fix kas config : assign same value for authentication_secret_file of gitlab and private_api
Could it be same? (omnibus-gitlab assigns so)
1 parent 686ac1f commit 206ef4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/runtime/config/gitlab-agent/gitlab-kas_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
gitlab:
77
address: http://localhost:8080{{GITLAB_RELATIVE_URL_ROOT}} # required
8-
authentication_secret_file: {{GITLAB_KAS_SECRET}} # required
8+
authentication_secret_file: {{GITLAB_AGENT_KAS_API_LISTEN_AUTHENTICATION_SECRET_FILE}} # required
99
# ca_certificate_file: /server-ca.pem
1010
api_rate_limit:
1111
bucket_size: 250

0 commit comments

Comments
 (0)