g
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
@Georgi Ivanov what are you using as
authType
in your local `$HOME/.flyte/config.yaml`file? It should be
Pcke
in this case
g
yes
pyflyte runs fine, just flytectl is restarting the authflow and not using the saved token (I think)
d
can you share the output of
kubectl describe
for the flyteadmin ConfigMap? Is this
flyte-core
or
flyte-binary
?