dbgov-cli 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ dbgov-cli ctx migrate-credentials --to encrypted-file -o json
|
|
|
80
80
|
dbgov-cli ctx role set prod --target-operator alice --role writer -o json
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
Portable context export redacts passwords by default. `--include-credentials`
|
|
83
|
+
Portable context export redacts passwords by default. `--include-credentials` only includes plaintext credentials when they are stored inline (`plain-yaml` or an empty/unset credential backend); secure backends such as encrypted-file, keychain, and vault must be shared out of band.
|
|
84
84
|
|
|
85
85
|
Set `DBGOV_OPERATOR` in CI to make audit and RBAC identity stable.
|
|
86
86
|
|