1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Misc 09 13 (#735)

* Azure OIDC fix

* create send via cli, setting deletion date by OS examples

* comment out sync script per mr. marshall

* add adminSettings__deleteTrashDaysAgo to env variables list
This commit is contained in:
fred_the_tech_writer
2021-09-13 14:03:37 -04:00
committed by GitHub
parent 516f0f2771
commit 109c743278
4 changed files with 60 additions and 8 deletions

View File

@@ -22,8 +22,9 @@ In order to continue, you will also need your Organization's [API Key]({{site.ba
### Setup a Sync Script
In order avoid session timeouts, we recommend creating a shell script to run through cron, for example:
In order avoid session timeouts, we recommend creating a shell script to run through cron. This script should securely read your `client_secret` to complete the login, and run a `bwdc sync` command that writes output to `bwdc.log`. If you need help creating a sync script, [Contact Us](https://bitwarden.com/contact).
{% comment %}
```
#!/bin/bash
@@ -39,8 +40,7 @@ bwdc login
bwdc sync >> bwdc.log
```
This script will securely read your `client_secret` to complete the login, and run a `bwdc sync` command that writes output to `bwdc.log`.
{% endcomment %}
### Setup the Cron Job