rougail-output-doc/tests/results/test_namespace/00_6secret_param.sh

27 lines
2.8 KiB
Bash
Raw Normal View History

2025-03-29 15:10:03 +01:00
Variables for "Rougail"
2025-03-29 15:10:03 +01:00
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.secret1 │ The first variable. │
 secret   basic   mandatory  │ Validator: minimum length for the │
│ │ secret is 10 characters │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.secret2 │ The second variable. │
 secret   standard   mandatory  │ Validators: │
│ │ - maximum length for the secret is │
│ │ 10 characters │
│ │ - forbidden characters: "$" and "^"
│ │ Default: value │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.secret3 │ The third variable. │
 secret   standard   mandatory  │ Validators: │
│ │ - maximum length for the secret is │
│ │ 10 characters │
│ │ - forbidden characters: "$"
2025-03-29 15:10:03 +01:00
│ │ Default: value │
└───────────────────────────────────────┴──────────────────────────────────────┘