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

30 lines
2.9 KiB
Bash
Raw Normal View History

Rougail
▌ 🛈 Informations
▌ 
▌ rougail
▌  basic 
2025-11-10 14:01:45 +01:00
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 │
2025-03-29 15:10:03 +01:00
│ │ 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 │
└───────────────────────────────────────┴──────────────────────────────────────┘
2025-10-02 08:19:18 +02:00