No description
Find a file
2026-01-20 10:09:33 +01:00
locale feat: improvment + Calculation with hidden 2025-12-23 09:45:29 +01:00
src/rougail/user_data_bitwarden fix: transfert part a secretmanager in rougail 2026-01-20 10:09:33 +01:00
tests fix: transfert part a secretmanager in rougail 2026-01-20 10:09:33 +01:00
CHANGELOG.md bump: version 0.1.0a28 → 0.1.0a29 2025-12-30 10:50:59 +01:00
doc.py feat: doc 2025-12-20 20:36:44 +01:00
LICENSE Initial commit 2025-02-05 11:09:07 +01:00
pyproject.toml bump: version 0.1.0a28 → 0.1.0a29 2025-12-30 10:50:59 +01:00
README.fr.md feat: doc 2025-12-20 20:36:44 +01:00
README.md feat: doc 2025-12-20 20:36:44 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

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 unique
Choices:
• 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