2.5 KiB
2.5 KiB
Table of Contents
Secrets are in Bitwarden
Note
Load the secrets from Bitwarden. The data is retrieved using the official command line "bw" or the alternative command "rbw" (faster). Before using Rougail, the command must be logged and unlocked.
Path: bitwarden
disabled
Disabled: if bitwarden is not set in "Select for user datas"
| Variable | Description | Default value | Type | Validator |
|---|---|---|---|---|
| bitwarden.command Command line: --bitwarden.command Environment variable: BITWARDEN.COMMAND |
Command line used to retrieve secrets. Command line must be in PATH. |
• rbw • bw |
choice multiple mandatory |
uniqueChoices: • rbw • bw |
| bitwarden.mock_enable Command line: • --bitwarden.mock_enable • --bitwarden.no-mock_enable Environment variable: BITWARDEN.MOCK_ENABLE |
Simulate password generation instead of retrieve them. | false | boolean mandatory |