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 2aefb34 commit d38ee63Copy full SHA for d38ee63
charts/eoapi/profiles/experimental.yaml
@@ -366,9 +366,12 @@ ingress:
366
367
stac-auth-proxy:
368
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"
+ image:
+ tag: "v0.10.2-rc1"
+ 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"
375
376
######################
377
# MOCK OIDC SERVER
0 commit comments