-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Document supported authType
values
#5021
Comments
Hey @davidmirror-ops! Great to see you diving into another adventure with us. Hope you're ready for some more fun and learning! 🚀 Thank you for bringing this to our attention. It's indeed important to have clear documentation on the supported Currently, the Flyte codebase supports two
For headless machines and CI/CD systems, the "flytepropeller": {
ID: "flytepropeller",
Secret: []byte(`$2a$06$d6PQn2QAFU3cL5V8MDkeuuk63xubqUxNxjtfPw.Fc9MgV6vpmyOIy`), // Change this.
RedirectURIs: []string{"http://localhost:3846/callback"},
ResponseTypes: []string{"token"},
GrantTypes: []string{"refresh_token", "client_credentials"},
Scopes: []string{"all", "offline", "access_token"},
}, To configure the
Please note that the provided context does not include explicit instructions or flags for setting the I hope this information helps. If you have further questions or need more specific guidance, please provide additional details about your authentication provider and the specific scenarios you're trying to support. Sources
|
I am interested in working on this. Could you assign this issue to me? |
@gShahr sure! please let us know soon any questions you may have. Thanks! |
Description
A recurring question from users has to do with how to do auth for particular scenarios, including:
The current auth documentation doesn't mention that there are options other than
Pkce
that would support those scenarios.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: