Skip to content

Commit 2c0bafd

Browse files
Merge pull request #191 from IFRCGo/upgrade-stac-auth-proxy
upgrade stac-auth-proxy to v1.1.1
2 parents 19be3bd + dcd33b5 commit 2c0bafd

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

applications/argocd/production/applications/montandon-eoapi/application.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
keyvaultName: montandon-eoapi-producti
115115

116116
- repoURL: https://github.com/developmentseed/stac-auth-proxy.git
117-
targetRevision: v1.0.3
117+
targetRevision: v1.1.1
118118
path: helm/
119119
helm:
120120
valuesObject:
@@ -132,16 +132,17 @@ spec:
132132
UPSTREAM_URL: "http://montandon-eoapi-stac:8080"
133133
# UPSTREAM_URL: "https://montandon-eoapi.ifrc.org/stac"
134134
OIDC_DISCOVERY_URL: "https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135+
OIDC_DISCOVERY_INTERNAL_URL: "https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135136
OVERRIDE_HOST: "0"
136137
ROOT_PATH: "/stac"
137138
COLLECTIONS_FILTER_CLS: stac_auth_proxy.montandon_filters:CollectionsFilter
138139
ITEMS_FILTER_CLS: stac_auth_proxy.montandon_filters:ItemsFilter
139140
ingress:
140-
enabled: "true"
141+
enabled: true
141142
host: "montandon-eoapi.ifrc.org"
142143
className: "nginx"
143144
tls:
144-
enabled: "true"
145+
enabled: true
145146
secretName: "montandon-eoapi-helm-secret-cert"
146147
replicaCount: 1
147148
extraVolumes:

applications/argocd/staging/applications/montandon-eoapi/application.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
keyvaultName: montandon-eoapi-staging
115115

116116
- repoURL: https://github.com/developmentseed/stac-auth-proxy.git
117-
targetRevision: v1.0.3
117+
targetRevision: v1.1.1
118118
path: helm/
119119
helm:
120120
valuesObject:
@@ -132,16 +132,17 @@ spec:
132132
UPSTREAM_URL: "http://montandon-eoapi-stac:8080"
133133
# UPSTREAM_URL: "https://montandon-eoapi-stage.ifrc.org/stac"
134134
OIDC_DISCOVERY_URL: "https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135+
OIDC_DISCOVERY_INTERNAL_URL: "https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135136
OVERRIDE_HOST: "0"
136137
ROOT_PATH: "/stac"
137138
COLLECTIONS_FILTER_CLS: stac_auth_proxy.montandon_filters:CollectionsFilter
138139
ITEMS_FILTER_CLS: stac_auth_proxy.montandon_filters:ItemsFilter
139140
ingress:
140-
enabled: "true"
141+
enabled: true
141142
host: "montandon-eoapi-stage.ifrc.org"
142143
className: "nginx"
143144
tls:
144-
enabled: "true"
145+
enabled: true
145146
secretName: "montandon-eoapi-helm-secret-cert"
146147
replicaCount: 1
147148
extraVolumes:

0 commit comments

Comments
 (0)