Skip to content

[IMS-284321] CORS 옵션 추가 - #45

Open
yap135791 wants to merge 7 commits into
tmaxbi:mainfrom
yap135791:main2
Open

[IMS-284321] CORS 옵션 추가#45
yap135791 wants to merge 7 commits into
tmaxbi:mainfrom
yap135791:main2

Conversation

@yap135791

Copy link
Copy Markdown
Collaborator

외부에서 API 사용시 CORS 설정하기 위한 ingress 옵션과 Default 값 추가
nginx.ingress.kubernetes.io/enable-cors: "false"
nginx.ingress.kubernetes.io/cors-allow-credentials: "false" // 쿠키, authorization 헤더정보를 브라우저에 전달하기 위한 옵션
nginx.ingress.kubernetes.io/cors-allow-origin: "*" // 특정 도메인을 지정 할 수 있음 ex) localhost:8080

MyeongSeobKim and others added 7 commits April 18, 2022 17:53
- Modify hyperdata ingress-hd.yaml & values.yaml
- Add CORS Options & Default Value
- Add sqleditor folder
- Add ingress-sqleditor.yaml, service-sqleditor.yaml, pod-sqleditor.yaml
- Delete ingress-sqleditor.yaml
- Modify ingress-hd.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants