-
Notifications
You must be signed in to change notification settings - Fork 49
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
Authenticate 1Password CLI with biometric unlock using user account #119
Merged
volodymyrZotov
merged 11 commits into
main
from
feat/biometric-unlock-with-service-accounts
Dec 11, 2023
Merged
Authenticate 1Password CLI with biometric unlock using user account #119
volodymyrZotov
merged 11 commits into
main
from
feat/biometric-unlock-with-service-accounts
Dec 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… service account'
volodymyrZotov
changed the title
Use user account with biometric unlock to authenticate CLI
Authenticate 1Password CLI with biometric unlock using user account
Dec 7, 2023
Code logic looks good, just noted some grammatical errors to fix. |
volodymyrZotov
force-pushed
the
feat/biometric-unlock-with-service-accounts
branch
from
December 8, 2023 17:00
b30f6a4
to
0ed3659
Compare
jillianwilson
approved these changes
Dec 8, 2023
To force users to explicitly use one of them in order to be not confused what's actually used when both are set.
'Use with 1Password CLI' section contains the information about retries and how to authenticate CLI with service account or user account
volodymyrZotov
deleted the
feat/biometric-unlock-with-service-accounts
branch
December 11, 2023 15:58
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces an additional way to authenticate 1Password CLI with biometric unlock using user account. This is useful when running the terraform commands directly from the machine where 1Password App is installed (aka personal machines).
As this feature uses 1Password CLI users should turn on the app integration in their 1Password app to use it. See this documentation on how to do that.
The benefit of using this over 1Password service account, is that there is no quotas and no such strict rate limits. Read more about 1Password service account quotas and rate limits here.
Authenticate CLI with user account using biometric unlock
To authenticate CLI with user account using biometric unlock:
op account ls
to find sign-in address or account ID. It will print similar output in the console:account
in the provider configuration with theURL
orUSER ID
value from the previous step.Resolves #113