hey folks, I’m currently trying to configure the a...
# flyte-deployment
r
hey folks, I’m currently trying to configure the authentication in flyte to allow
flytectl
and/or
pyflyte
to register new workflows from our CI, but struggling to get things working. We’re using Okta to handle user auth, and have that setup ok to allow access to the front end, and can auth
flytectl
through with PKCE auth, but can’t seem to figure out what the correct way to use either ClientSecret, or basic auth mode with pyflyte (as explained here)