I am setting up authentication using OpenID Connec...
# announcements
h
I am setting up authentication using OpenID Connect using Azure AD IdP. I have set up an app in the active directory and followed the OpenID Connect steps. I get stuck on the callback from the IdP seeing these logs in the
FlyteAdmin
pod. Could it be related to
oidc_client_secret
in the
flyte-admin-secrets
, or do anyone have an idea on what could cause this?
Copy code
flyteadmin-7498449bc8-pl6rw flyteadmin {"json":{"src":"token.go:84"},"level":"debug","msg":"Could not retrieve bearer token from metadata rpc error: code = Unauthenticated desc = Request unauthenticated with Bearer","ts":"2022-04-05T16:53:17Z"}
flyteadmin-7498449bc8-pl6rw flyteadmin {"json":{"src":"handlers.go:237"},"level":"info","msg":"Failed to parse Access Token from context. Will attempt to find IDToken. Error: [JWT_VERIFICATION_FAILED] Could not retrieve bearer token from metadata, caused by: rpc error: code = Unauthenticated desc = Request unauthenticated with Bearer","ts":"2022-04-05T16:53:17Z"}
flyteadmin-7498449bc8-pl6rw flyteadmin {"json":{"src":"token.go:104"},"level":"debug","msg":"Could not retrieve id token from metadata rpc error: code = Unauthenticated desc = Request unauthenticated with IDToken","ts":"2022-04-05T16:53:17Z"}
161 Views