Skip to content

Commit 27353e6

Browse files
authored
Add /mls/public-keys to nginz (#2676)
* Add /mls/public-keys to nginz chart * Add /mls/public-keys to demo conf
1 parent a942046 commit 27353e6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add /mls/public-keys to nginz chart

charts/nginz/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,9 @@ nginx_conf:
476476
- path: /mls/messages
477477
envs:
478478
- all
479+
- path: /mls/public-keys
480+
envs:
481+
- all
479482
- path: /nonce/clients
480483
envs:
481484
- all

deploy/services-demo/conf/nginz/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ http {
421421
proxy_pass http://galley;
422422
}
423423

424+
location /mls/public-keys {
425+
include common_response_with_zauth.conf;
426+
proxy_pass http://galley;
427+
}
428+
424429
# Gundeck Endpoints
425430

426431
rewrite ^/api-docs/push /push/api-docs?base_url=http://127.0.0.1:8080/ break;

0 commit comments

Comments
 (0)