Skip to content

Commit

Permalink
adds oauth public config to openshift definitions
Browse files Browse the repository at this point in the history
Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Sep 29, 2023
1 parent e00540b commit 3008146
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openshift/base/secret-augur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ stringData:
AUGUR_PORT: '5432'
AUGUR_SCHEMA: augur_data
AUGUR_USERNAME: eightknot
AUGUR_LOGIN_ENABLED: true
OAUTH_CLIENT_NAME: augur
OAUTH_AUTHORIZE_URL: 'https://eightknot.chaoss.tv/user/authorize'
OAUTH_TOKEN_URL: 'https://eightknot.chaoss.tv/api/unstable/user/session/generate'
OAUTH_REDIRECT_URL: 'https://dev.eightknot.osci.io/authorize'
# fix: invalid env var
# 8KNOT_DEBUG: 'True'

0 comments on commit 3008146

Please sign in to comment.