Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.d/5-internal/WPB-7155
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In order for the CRL-proxy to function correctly, it needs to have CORS headers set.
We are now setting the CORS headers on the ingress level.
6 changes: 5 additions & 1 deletion charts/smallstep-accomp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ nginx:
# -
# hosts: [ "acme.alpha.example.com" ]
# secretName: "smallstep-step-certificates-ingress-cert"
#

# annotations:
# nginx.ingress.kubernetes.io/cors-allow-origin: https://webapp.acme.alpha.example.com
# nginx.ingress.kubernetes.io/cors-expose-headers: Replay-Nonce, Location
# nginx.ingress.kubernetes.io/enable-cors: 'true'

upstreams:
enabled: true
Expand Down