티스토리 뷰
JupyterHub를 Iframe 환경에 적용하기 위해 아래와 같은 설정이 필요하다.
[테스트 환경]
Sample App Server : 192.168.56.102
JupyterHub Server : 192.168.56.104
1) Sample App
<!doctype html>
<html lang="en">
<head>
<title>Test Embedded JupyterHub</title>
</head>
<body>
<div>
<iframe src="http://192.168.56.104/hub/login"></iframe>
</div>
</body>
</html>
2) Error Message
Refuse to display 'http://192.168.56.104/hub/login' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
[해결방안]
...?
- jupyterhub.config
c.JupyterHub.tornado_settings = { 'headers': { 'Content-Security-Policy': "frame-ancestors * self 192.168.56.102 192.168.56.102:8080"} }
- jupyternotebook.config
.... need add ....
c.Spawner.args = ["'--NotebookApp.tornado_settings={ 'headers': { 'Content-Security-Policy': 'frame-ancestors * self 192.168.56.102 192.168.56.102:8080'} }'"]
c.NotebookApp.tornado_settings = { 'headers': { 'Content-Security-Policy': "frame-ancestors * self 192.168.56.102 192.168.56.102:8080"} }
'⑦ Open Source Software' 카테고리의 다른 글
Redis5 설계하기 총정리 (0) | 2021.05.15 |
---|---|
Redis5 Cluster 구성하기 (0) | 2021.05.05 |
[Monitoring] Prometheus & Grafana를 활용한 자원 사용률 모니터링 (0) | 2019.12.09 |
[Jupyter Package] Jupyter notebook 환경을 제공하는 Jupyterhub 활용 가이드 (5) | 2019.11.28 |
[ELK+Redis] Elasticsearch + Logstash + Kibana + Redis + SpringSleuth를 활용한 로그 추적 시스템 구축 (2) | 2019.08.28 |
- Total
- Today
- Yesterday
- node.js
- API Gateway
- 마이크로서비스 아키텍처
- apache
- nodejs
- Architecture
- jeus
- JEUS6
- SWA
- 오픈스택
- 아키텍처
- TA
- k8s
- 쿠버네티스
- openstack tenant
- Docker
- JEUS7
- 마이크로서비스
- aws
- wildfly
- openstack token issue
- kubernetes
- OpenStack
- webtob
- git
- JBoss
- MSA
- Da
- aa
- SA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |