Skip to content

Commit 4792e36

Browse files
Merge pull request #5018 from cfpb/zencircle-cors
Update prod.keycloak-ambassador.service.yaml
2 parents c78e086 + a88826c commit 4792e36

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

kubernetes/keycloak/keycloak-ambassador/prod.keycloak-ambassador.service.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,24 @@ metadata:
1212
service: keycloak.default.svc.cluster.local
1313
timeout_ms: 20000
1414
add_response_headers:
15-
content-security-policy:
15+
content-security-policy:
1616
append: False
17-
value: "default-src 'self' blob:; script-src 'self' 'unsafe-inline' blob: data: https://tagmanager.google.com https://www.googletagmanager.com https://www.google-analytics.com https://*.cfpb.gov https://www.consumerfinance.gov; img-src 'self' blob: data: https://www.google-analytics.com https://raw.githubusercontent.com; style-src 'self' 'unsafe-inline'; font-src 'self' data:; object-src 'none'; frame-src 'self' https://ffiec.cfpb.gov/; connect-src 'self' https://*.cfpb.gov https://www.consumerfinance.gov https://raw.githubusercontent.com https://ffiec-api.cfpb.gov https://ffiec.cfpb.gov https://www.google-analytics.com https://s3.amazonaws.com"
17+
value: "default-src 'self' blob:; script-src 'self' 'unsafe-inline' blob:data: https://tagmanager.google.com https://www.googletagmanager.com https://www.google-analytics.com https://*.cfpb.gov https://www.consumerfinance.gov; img-src 'self' blob: data: https://www.google-analytics.com https://raw.githubusercontent.com; style-src 'self' 'unsafe-inline'; font-src 'self' data:; object-src 'none'; frame-src 'self' https://ffiec.cfpb.gov/; connect-src 'self' https://*.cfpb.gov https://www.consumerfinance.gov https://raw.githubusercontent.com https://ffiec.cfpb.gov https://www.google-analytics.com https://s3.amazonaws.com"
1818
permissions-policy:
19-
value: "autoplay=(), encrypted-media=(), fullscreen=(), geolocation=(), microphone=(), midi=()"
19+
value: "autoplay=(), encrypted-media=(), fullscreen=(), geolocation=(), microphone=(), midi=()"
2020
remove_response_headers:
2121
- referrer-policy
2222
- x-envoy-upstream-service-time
2323
- Access-Control-Allow-Origin
2424
- x-forwarded-host
2525
- x-host
2626
- x-forwarded-server
27+
cors:
28+
origins: https://ffiec.beta.cfpb.gov
29+
credentials: true
2730
labels:
2831
service: keycloak-ambassador
2932
name: keycloak-ambassador
3033
namespace: default
3134
spec:
3235
clusterIP: None
33-
clusterIPs:
34-
- None
35-
internalTrafficPolicy: Cluster
36-
ipFamilies:
37-
- IPv4
38-
ipFamilyPolicy: SingleStack
39-
sessionAffinity: None
40-
type: ClusterIP

0 commit comments

Comments
 (0)