본문 바로가기
공부/Open Source

[Redash/helm] Google Oauth 붙이기

by haejang 2023. 10. 29.
728x90
728x90

 

https://artifacthub.io/packages/helm/redash/redash

 

redash 3.0.1 · redash/redash

Redash is an open source tool built for teams to query, visualize and collaborate.

artifacthub.io

 

 

# 1. Google OAuth 2.0 Client 만들기

  • 승인된 자바스크립트 원본 : [리대시 url]
  • 승인된 리디렉션 uri : [리대시 url]/oauth/google_callback

-> client id & client secret 확인

 

# 2. redash helm value 추가

redash:
  googleClientId: [client id]
  googleClientSecret: [client secret]

 

# 3. Google Domain 허용

redash 어드민 접속 > Settings > General > Authentication 에서 Google Login 에 도메인 등록

(이메일 형식이 honglab@honglab.co.kr 이라면 honglab.co.kr 등록, 여러 개 가능)

 

 

Save까지 눌러주면 끝!

 

 

 

728x90
728x90

댓글