Trying to get our CI to work with flyte, we use go...
# flyte-support
p
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?
a
@prehistoric-leather-97354 for this you can use the ClientCredentials OAuth flow that Flyte supports via the
admin.authType.ClientSecret
configuration. This is covered 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?