We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b29ac6 commit 554d5abCopy full SHA for 554d5ab
components/konflux-ui/staging/base/proxy/proxy.yaml
@@ -62,7 +62,7 @@ spec:
62
63
# Generate auth.conf with bearer token replacement
64
token=$(cat /mnt/api-token/token)
65
- sed "s/__BEARER_TOKEN__/$token/g" /mnt/nginx-templates/auth-impersonate.conf > /mnt/nginx-generated-config/auth.conf
+ sed "s/__BEARER_TOKEN__/$token/g" /mnt/nginx-templates/auth.conf > /mnt/nginx-generated-config/auth.conf
66
67
chmod 640 /mnt/nginx-generated-config/auth.conf
68
0 commit comments