-
Notifications
You must be signed in to change notification settings - Fork 363
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
Adding documentation for the new auth plugin #3846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, minor changes proposed are mostly to make the examples more clear, and a bit fo wording
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
I think it would be nice to add a link here from places where we talk about servers so that it's more easily discoverable by users. If not it will be difficult that users reach this content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. I think it would be great to add a subsection or something that explains the resolution order/priority:
- First the plugins
- If the plugins return nothing, then the credentials.json
- If the credentials.json returns nothing, then the env-vars
- Finally the user interactive prompt or fail if the "non_interactive" config is enabled
This might be a section in other place in the docs that talks about authorization process, but I cannot think at the moment where. If not evident, it can be done here at the moment.
related to: conan-io/conan#16942