Hi Everyone I am using flyte-core with Azure AD. C...
# flyte-support
l
Hi Everyone I am using flyte-core with Azure AD. Currently Facing following problem with flyectl . Flyteconsole is successfully Authenticated with Azure AD. Also my config.yaml file looks like this
Copy code
admin:
  endpoint: "dns:///<ingress-hostanme>"
  insecure: true
  authType: Pkce
  clientId: "<client-id-Idp>"
  clientSecretLocation: "/etc/secrets/client_secret"
logger:
  show-source: true
  level: "6"
Also I am taking reference from this : https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html