Skip to content

Commit

Permalink
Merge pull request #96 from bertrandp/patch-1
Browse files Browse the repository at this point in the history
Update README.md, clarify use of BW_RELOGIN_INTERVAL
  • Loading branch information
Lerentis authored Oct 1, 2024
2 parents 8c46aa2 + 9005ea4 commit 25b1d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ Please note that the rendering engine for this template is jinja2, with an addit

The operator uses the bitwarden cli in the background and does not communicate to the api directly. The cli mirrors the credential store locally but doesn't sync it on every get request. Instead it will sync each secret every 15 minutes (900 seconds). You can adjust the interval by setting `BW_SYNC_INTERVAL` in the values. If your secrets update very very frequently, you can force the operator to do a sync before each get by setting `BW_FORCE_SYNC="true"`. You might run into rate limits if you do this too frequent.

Additionally the bitwarden cli session may expire at some time. In order to create a new session, the login command is triggered from time to time. In what interval exactly can be configured with the env `BW_RELOGIN_INTERVAL` which defaults to 3600s.
Additionally the bitwarden cli session may expire at some time. In order to create a new session, the login command is triggered from time to time. In what interval exactly can be configured with the env `BW_RELOGIN_INTERVAL` which defaults to `3600` seconds.

0 comments on commit 25b1d07

Please sign in to comment.