Summary
The user is configuring their Continuous Integration (CI) system to work with Flyte and is asking if Flyte supports basic password or token authentication for CI, specifically using Google OIDC for user authentication. They are informed that Flyte supports the ClientCredentials OAuth flow through the admin.authType.ClientSecret
configuration and are directed to the documentation for more information. Additionally, the user is asked about the specific CI system they plan to integrate.
david.espejo
<@U07655DJTDM> for this you can use the ClientCredentials OAuth flow that Flyte supports via the admin.authType.ClientSecret
configuration. This is covered https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html#continuous-integration-ci|here in the docs but please send any feedback or question you may have.
I'm curious, what CI system are you planning to integrate?
josh210
Trying to get our CI to work with flyte, we use google OIDC for users and want to setup CI to use a basic password or token. Does flyte have a setup for this?