You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Pyinfra and Pulumi to manage infrastructure and I'm using 1Password for secret management. Using service accounts will reduce the complexity of the infrastructure by being able to directly call 1Password (instead of going through the connect server) which is good enough for the small infrastructure I manage.
Is there a workaround to accomplish this today?
Do subprocess calls to the 1password-cli which already supports service account authentication.
The text was updated successfully, but these errors were encountered:
Summary
It would be nice if this SDK supports authenticating with the new Service Accounts feature https://developer.1password.com/docs/service-accounts/.
Use cases
I use Pyinfra and Pulumi to manage infrastructure and I'm using 1Password for secret management. Using service accounts will reduce the complexity of the infrastructure by being able to directly call 1Password (instead of going through the connect server) which is good enough for the small infrastructure I manage.
Is there a workaround to accomplish this today?
Do
subprocess
calls to the 1password-cli which already supports service account authentication.The text was updated successfully, but these errors were encountered: