Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the workaround. I believe this should be added as an extra option to kamal/lib/kamal/cli/secrets.rb Line 7 in 4b88852 Do you know of any documentation about that "-u" option? I cannot find it in the Bitwarden Secret Manager CLI docs, they only talk about server-url. Is it just shorthand for that? I will probably need this myself so am considering to create a PR. |
Beta Was this translation helpful? Give feedback.
-
I've created a PR that implements support for this: #1606 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Bitwarden SM with the EU server option, so bws needs
u https://vault.bitwarden.eu
to work properly. How can I make kamal pass it? Just doingkamal secrets fetch --adapter bitwarden-sm -u https://vault.bitwarden.eu all
results in an invalid client error, as it tries to use the US serverBeta Was this translation helpful? Give feedback.
All reactions