Add global config for plugins (1Password)
Improvement
For the 1Password integration, it would be good to have a global config to configure the Service Account token.
Plugins should be able to define config args, which would show up in the main app settings somewhere.
I thought this was already possible, since 1Password Vault Integration documentation says
However, that doesn’t seem to work. No matter how I try to use the 1PASSWORD_TOKEN environment variable, configuration of 1password.item says “no vault specified” on preview. But if I do use the token value itself straight on the configuration window instead of env variable, it works.
Quick check: were you setting
1PASSWORD_TOKENas a shell environment variable? The token field’s default is the template${[1PASSWORD_TOKEN]}, which reads a Yaak environment variable defined in the Environments dialog, not a shell one. If that’s the case, adding it to your Yaak environment should make it work, and the docs wording needs clarifying.I’ve added it as Yaak environment variable.
Thanks for confirming. This looks like a real bug and is being looked into.
This is fixed in 2026.7.0-beta.8. The token field’s template default wasn’t being resolved before the vault list loaded, which is also why the env variable never worked. Thanks for the report!