Closed bdellegrazie closed 1 year ago
Actually, we plan to drop support for --pw-keyring
in oidc-agent 5. It brings additional complexity and we didn't see it widely used.
Is it crucial for you to have this option?
Another approach to use the system keyring would be through the secret-tool
package.
You can store a password with the following command:
secret-tool store --label="Password for oidc-agent <shortname>" oidc-agent <shortname>
and then used it in oidc-add
or oidc-gen
with the --pw-cmd="secret-tool lookup oidc-agent <shortname>"
option.
Yes, that makes sense - thank you.
Hi,
Is it possible to support
--pw-keyring
inoidc-gen
like inoidc-add
?Thanks!