One Password Resource Loader Backend
Read-only resources that are fetched from the 1password-cli (op) tool.
To use, please:
ensure the 1password-cli is installed with
hermit install oporbrew install 1password-cli.make sure to enable the cli integration in the 1password app: https://developer.1password.com/docs/cli/app-integration/#step-1-turn-on-the-app-integration.
check that the secret being accessed is available. You can get the secret-reference by following: https://developer.1password.com/docs/cli/secret-references/#step-1-get-secret-references
This uses the scheme 1password:. Secret-references from 1password can therefore be used after copy-pasting and replacing "op" like so: "1password://secretRef/goes/here". To use a specific account, add the accountId like so "1password:accountId@//secretRef/goes/here".