Pass github enterprise base url, derive urls for authentication

This commit is contained in:
Paul Pacheco
2020-07-30 09:33:12 -05:00
parent c0feeecc29
commit 5cde7069cf
3 changed files with 15 additions and 14 deletions
+2 -8
View File
@@ -48,15 +48,9 @@ auth:
clientSecret:
$secret:
env: AUTH_GITHUB_CLIENT_SECRET
authorizationURL:
enterpriseInstanceURL:
$secret:
env: AUTH_GITHUB_AUTHORIZATION_URL
tokenURL:
$secret:
env: AUTH_GITHUB_TOKEN_URL
userProfileUrl:
$secret:
env: AUTH_GITHUB_USER_PROFILE_URL
env: AUTH_GITHUB_ENTERPRISE_INSTANCE_URL
gitlab:
development:
appOrigin: "http://localhost:3000/"