Approle authentication issue while using quorum-signer plugin for hashicorp vault #1634
Unanswered
trinayanbhatt
asked this question in
Q&A
Replies: 1 comment
-
Hi Team, I'm still waiting for someone's response as we are still struggling with this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have started the vault server, registered the quorum signer as the secret engine and have enabled the custom secret engine.
After this we have used basic approle authentication method and have also enabled it. Role ID and Secret ID are also generated using approle and now we are using :
command to generate plugin-backed account.
In the plugin.json file we have passed the authentication parameters like role id, secret id and approle path but still we are getting this error:
Fatal: unable to create plugin-backed account: unable to start plugin manager: rpc error: code = InvalidArgument desc = authentication must contain roleId, secretId and approlePath OR only token, and the given environment variables must be set
Can someone please help in resolving this error?
Beta Was this translation helpful? Give feedback.
All reactions