https://flyte.org logo
#ask-the-community
Title
# ask-the-community
g

Georgi Ivanov

11/03/2023, 3:43 PM
Untitled
Hi all, I’ve setup flyte using Okta for authentication + Internal auth server for authorization. However everytime I use flytectl or pyflyte I have to go through the full auth flow (client credentials). My access token is saved into Keychain and is valid, yet flytectl says I am unauthenticated and I have to go again via the full flow (which is painfully slow) for every flytectl invocation. Did I miss something when configuring flytectl or the internal authorization server? Or this is a known issue.
d

David Espejo (he/him)

11/03/2023, 6:25 PM
@Georgi Ivanov what are you using as
authType
in your local `$HOME/.flyte/config.yaml`file? It should be
Pcke
in this case
g

Georgi Ivanov

11/03/2023, 9:10 PM
yes
pyflyte runs fine, just flytectl is restarting the authflow and not using the saved token (I think)
d

David Espejo (he/him)

11/07/2023, 5:44 PM
can you share the output of
kubectl describe
for the flyteadmin ConfigMap? Is this
flyte-core
or
flyte-binary
?
2 Views