Replies: 1 comment
-
|
Maybe a little late, but the BW go-sdk can only be used with their Secrets Manager product, not with the password vault. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there ☕
i am currently tinkering a bit with the official go sdk of bitwarden and was wondering if it is compatible with vaultwarden?
I know that not the full api is supported by vaultwarden and i am only interested in the more basic functionalities that are also possible with the cli. for example getting a secret by ID.
so far i detected that the login is possible with generating an access token via
/identity/connect/token, but using this token then like thisresults in
I see that the response from
/identity/connect/tokencontains more than theaccess_token. Do i need to combine it with something else from this response likeKeyandPrivateKey?any input is highly appreciated 😃
Beta Was this translation helpful? Give feedback.
All reactions