Browse Source

add force flag to bitwarden sync (#2742)

Whilst implementing integration with Vaultwarden I noticed that the local vault was not being updated.  I had to add  "force=true" to the sync api call for it to work as expected.

Signed-off-by: Gary Hodgson <gary.s.hodgson@gmail.com>
Gary Hodgson 2 years ago
parent
commit
bb63bad38c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/snippets/bitwarden-cli-deployment.yaml

+ 1 - 1
docs/snippets/bitwarden-cli-deployment.yaml

@@ -50,7 +50,7 @@ spec:
               command:
                 - wget
                 - -q
-                - http://127.0.0.1:8087/sync
+                - http://127.0.0.1:8087/sync?force=true
                 - --post-data=''
             initialDelaySeconds: 20
             failureThreshold: 3