Skip to content

Commit

Permalink
Remove Keycloak CSP
Browse files Browse the repository at this point in the history
* It's not needed anymore
  • Loading branch information
rblaine95 committed Apr 23, 2024
1 parent db7b0d7 commit dbf1f71
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions helm/keycloak/conf/dev/values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
ingress:
internal:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://dev.yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: dev.yoma.world
paths:
- path: /auth

external:
enabled: false
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://dev.yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: dev.yoma.world
paths:
Expand Down
8 changes: 0 additions & 8 deletions helm/keycloak/conf/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
ingress:
internal:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: yoma.world
paths:
- path: /auth
external:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: yoma.world
paths:
Expand Down
8 changes: 0 additions & 8 deletions helm/keycloak/conf/stage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
ingress:
internal:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://stage.yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: stage.yoma.world
paths:
- path: /auth
external:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
more_clear_headers "Content-Security-Policy";
add_header Content-Security-Policy "frame-ancestors 'self' https://stage.yoma.world; frame-src 'self'; object-src 'none';" always;
rules:
- host: stage.yoma.world
paths:
Expand Down

0 comments on commit dbf1f71

Please sign in to comment.