ripe-smartphone-56353
07/04/2024, 2:57 PMancient-wolf-19325
07/04/2024, 2:57 PMvalues.yaml
file for your Flyte deployment.
According to the Flyte values.yaml file, you can specify additional clients under the auth
section. Here is an example configuration snippet:
auth:
enabled: true
enableAuthServer: true
oidc:
baseUrl: "https://your-oidc-provider.com"
clientId: "flyteclient"
clientSecret: "your-client-secret"
internal:
clientId: "flytepropeller"
clientSecret: "your-propeller-secret"
flyteClient:
clientId: "flytectl"
redirectUri: "http://localhost:53593/callback"
scopes:
- all
authorizedUris:
- "https://your-allowed-uri.com"
Would you like more details on how to configure this or any other aspect of Flyte's internal authorization server?
Sources:
- Flyte values.yaml file 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.