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

authclient: add support for service accounts #164

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

calebdoxsey
Copy link
Contributor

@calebdoxsey calebdoxsey commented Nov 16, 2022

Summary

You can now pass service accounts to CLI commands instead of going through the browser auth flow. The CLI flags are:

  • service-account: the JWT as a string
  • service-account-file: the path to a file containing the JWT. Spaces are trimmed.

Related issues

Fixes #160

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner November 16, 2022 18:26
@calebdoxsey calebdoxsey added the enhancement New feature or request label Nov 16, 2022
@calebdoxsey calebdoxsey merged commit bd8b1b9 into main Nov 16, 2022
@calebdoxsey calebdoxsey deleted the cdoxsey/service-account branch November 16, 2022 21:50
@aldiserg aldiserg mentioned this pull request Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support service account
2 participants