Skip to content

Commit

Permalink
Enable oauth in prod for pilot (#6085, PR #6093)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Mar 27, 2024
2 parents 2a0d095 + 983df31 commit 420daa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,8 @@ def env() -> Mapping[str, Optional[str]]:

'GOOGLE_PROJECT': 'platform-hca-prod',

'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '473200283737-h5e1l7neunbuesrtgjf8b12lb7o3jf1m.apps.googleusercontent.com',

'azul_slack_integration': json.dumps({
'workspace_id': 'T09P9H91S', # ucsc-gi.slack.com
'channel_id': 'C04JWDFCPFZ' # #team-boardwalk-prod
Expand Down

0 comments on commit 420daa3

Please sign in to comment.