vals icon indicating copy to clipboard operation
vals copied to clipboard

Feature: Add support for service accounts for 1password

Open zoispag opened this issue 1 year ago • 2 comments

Recently 1Password introduced Service Accounts

1Password Service Accounts help automate secrets management in your applications and infrastructure without the need to deploy additional services.

This means we can retrieve secrets from 1password directly, without need to deploy 1Password Connect. The official GitHub action for example has support for both 1Password Connect or 1Password service token: https://developer.1password.com/docs/ci-cd/github-actions/

Any chance the current 1password implementation can be extended to support Service Accounts?

zoispag avatar Nov 16 '23 10:11 zoispag

PR is welcome

yxxhero avatar Nov 16 '23 10:11 yxxhero

Looks like the go SDK does not support service accounts right now. The same question was raised for ESO, see: https://github.com/external-secrets/external-secrets/issues/2312

For the time being, we have to wait for this: https://github.com/1Password/onepassword-operator/issues/160

zoispag avatar Nov 16 '23 11:11 zoispag