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 49cbe58 commit b86116aCopy full SHA for b86116a
charts/internal-gateway/files/conf.d/s3-gateway.conf
@@ -4,7 +4,7 @@
4
server {
5
listen {{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "domain" }}:80;
6
7
- js_import auth.js;
+ js_import scripts/auth.js;
8
location ~ /(.+) {
9
auth_request /api/auth/authenticate;
10
auth_request_set $auth_entity $upstream_http_x_cf_auth_entity;
0 commit comments