Skip to content

Commit

Permalink
feat: disable cors by default (#747)
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
  • Loading branch information
davidpoltorak-io authored Oct 20, 2023
1 parent 51cd5cd commit 1dd8c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ingress:
- chart-base-prism-stack.atalaprism.io
platformIngressUrl: chart-base-platform-ingress.atalaprism.io
cors:
enabled: true
allow_origins: "*"
enabled: false
allow_origins: ""
consumers: []
# External Consumers are ones where the secret keys/API tokens
# are pulled in using External Secrets [and therefore aren't generated by helm]
Expand Down

0 comments on commit 1dd8c8b

Please sign in to comment.