Skip to content

Commit

Permalink
fix: add new header needed by stac broswer
Browse files Browse the repository at this point in the history
  • Loading branch information
nleconte-csgroup authored Nov 19, 2024
1 parent 66311be commit b096069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rs-server-adgs/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: {{ .Values.namespace }}
annotations:
cert-manager.io/{{ .Values.ingress.issuer.type }}: {{ .Values.ingress.issuer.name }}
nginx.ingress.kubernetes.io/cors-allow-headers: x-api-key, authorization
nginx.ingress.kubernetes.io/cors-allow-headers: x-api-key, authorization, content-type
nginx.ingress.kubernetes.io/cors-allow-origin: '*'
nginx.ingress.kubernetes.io/enable-cors: "true"
name: {{ .Release.Name }}-ingress
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-cadip/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: {{ .Values.namespace }}
annotations:
cert-manager.io/{{ .Values.ingress.issuer.type }}: {{ .Values.ingress.issuer.name }}
nginx.ingress.kubernetes.io/cors-allow-headers: x-api-key, authorization
nginx.ingress.kubernetes.io/cors-allow-headers: x-api-key, authorization, content-type
nginx.ingress.kubernetes.io/cors-allow-origin: '*'
nginx.ingress.kubernetes.io/enable-cors: "true"

Expand Down

0 comments on commit b096069

Please sign in to comment.