++ switch superset domain to sarex-bi.uralmine.com
This commit is contained in:
parent
c45150bc98
commit
fb1a36c2fd
@ -22,7 +22,7 @@ spec:
|
||||
servers:
|
||||
- hosts:
|
||||
- sarex.uralmine.com
|
||||
- bi.sarex-k8s.uralmine.com
|
||||
- sarex-bi.uralmine.com
|
||||
- sarex-login.uralmine.com
|
||||
- rabbitmq.sarex-k8s.uralmine.com
|
||||
- camunda-keycloak.sarex-k8s.uralmine.com
|
||||
@ -522,7 +522,7 @@ spec:
|
||||
superset:
|
||||
namespace: default
|
||||
hosts:
|
||||
- bi.sarex-k8s.uralmine.com
|
||||
- sarex-bi.uralmine.com
|
||||
gateways:
|
||||
- default/platform-gateway
|
||||
routes:
|
||||
|
||||
@ -116,13 +116,13 @@ spec:
|
||||
"object-src": ["'none'"],
|
||||
"style-src": ["'self'", "'unsafe-inline'"],
|
||||
"script-src": ["'self'", "'strict-dynamic'"],
|
||||
"frame-ancestors": ["'self'", "https://sarex.uralmine.com", "https://*.uralmine.com", "https://*.sarex-k8s.uralmine.com"],
|
||||
"frame-ancestors": ["'self'", "https://sarex.uralmine.com", "https://*.uralmine.com", "https://sarex-bi.uralmine.com"],
|
||||
},
|
||||
"content_security_policy_nonce_in": ["script-src"],
|
||||
}
|
||||
X_FRAME_OPTIONS = None
|
||||
HTTP_HEADERS = {
|
||||
"Content-Security-Policy": "frame-ancestors 'self' https://sarex.uralmine.com https://*.uralmine.com https://*.sarex-k8s.uralmine.com",
|
||||
"Content-Security-Policy": "frame-ancestors 'self' https://sarex.uralmine.com https://*.uralmine.com https://sarex-bi.uralmine.com",
|
||||
}
|
||||
extend_timeout: |
|
||||
SQLLAB_ASYNC_TIME_LIMIT_SEC = 300
|
||||
|
||||
Loading…
Reference in New Issue
Block a user