Skip to content
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

Implement Authorization logic from configuration/command line #68

Open
shreyb opened this issue Feb 20, 2024 · 0 comments
Open

Implement Authorization logic from configuration/command line #68

shreyb opened this issue Feb 20, 2024 · 0 comments

Comments

@shreyb
Copy link
Collaborator

shreyb commented Feb 20, 2024

Authorization

  1. Use command-line --auth-method or authorization.auth_method to determine the auth method. No value in either of the above defaults to tokens, and indeed, the value given for authorization.auth_method in the configuration file template will be "token" as is in the original proposal.
  2. Based on (1), determine whether there is a custom path to the credential using a) command line flags, b) appropriate config file setting. If both (a) and (b) are blank, then use default discovery method to determine credential paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant