Hi, I'm deploying Flyte Binary on AKS using helm ...
# flyte-support
r
Hi, I'm deploying Flyte Binary on AKS using helm chart. If we want to enable auth, what are the options for baseUrl, clientId and clientSecret? What is the purpose of this authentication? How to generate them on Azure? configuration: # auth Specify configuration for Flyte authentication auth: enabled: true enableAuthServer: false oidc: baseUrl: # clientId Flyte application client ID clientId: "flyte-auth" clientSecret:
a