Skip to content

Commit d38ee63

Browse files
committed
Added root path for stac-auth-proxy.
1 parent 2aefb34 commit d38ee63

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

charts/eoapi/profiles/experimental.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,12 @@ ingress:
366366

367367
stac-auth-proxy:
368368
enabled: true
369-
# For testing this will be set dynamically; for production, point to your OIDC server
370-
# env:
371-
# OIDC_DISCOVERY_URL: "http://eoapi-mock-oidc-server.eoapi.svc.cluster.local:8080/.well-known/openid-configuration"
369+
image:
370+
tag: "v0.10.2-rc1"
371+
env:
372+
ROOT_PATH: "/stac"
373+
# For testing this will be set dynamically; for production, point to your OIDC server
374+
# OIDC_DISCOVERY_URL: "http://eoapi-mock-oidc-server.eoapi.svc.cluster.local:8080/.well-known/openid-configuration"
372375

373376
######################
374377
# MOCK OIDC SERVER

0 commit comments

Comments
 (0)