Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
  • Loading branch information
EngHabu committed Apr 26, 2021
1 parent 756d176 commit 133c7a7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions flyteadmin_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,30 @@ auth:
disableForGrpc: true
httpPublicUri: http://localhost:8088/
appAuth:
# Choose External if you will use an external Authorization Server (e.g. a Custom Authorization server in Okta)
# Choose Self (or omit the value) to use Flyte Admin's internal (albeit limited) Authorization Server.
authServerType: External
externalAuthServer:
baseUrl: https://dev-14186422.okta.com/oauth2/auskngnn7uBViQq6b5d6
thirdPartyConfig:
flyteClient:
clientId: flytectl
redirectUri: https://localhost:53593/callback
scopes:
- offline
- delegated_access
- all
userAuth:
openId:
baseUrl: https://dev-14186422.okta.com/oauth2/auskngnn7uBViQq6b5d6
# Put the URL of the OpenID Connect provider.
# baseUrl: https://accounts.google.com/ # Uncomment for Google
baseUrl: https://dev-14186422.okta.com/oauth2/auskngnn7uBViQq6b5d6 # Okta with a custom Authorization Server
scopes:
- profile
- openid
- offline_access
# - offline_access # Uncomment if OIdC supports issuing refresh tokens.
# Replace with the client id created for Flyte.
clientId: 0oakkheteNjCMERst5d6
# Replace with the public facing URL of flyte admin (e.g. https://flyte.mycompany.io/callback)
callbackUrl: "http://localhost:8088/callback"
# Replace with the flyte console's URL (e.g. https://flyte.mycompany.io/console)
redirectUrl: "/api/v1/projects"
flyteadmin:
runScheduler: false
Expand Down

0 comments on commit 133c7a7

Please sign in to comment.