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