rougail-output-doc/tests/results/test_namespace_without_family/00_6secret_param.adoc

25 lines
678 B
Text
Raw Normal View History

2025-10-14 12:58:39 +02:00
[cols="1a,1a"]
|====
| Variable | Description
| **rougail.secret1** +
2025-11-29 22:21:06 +01:00
`secret` `basic` `mandatory` | The first variable. +
2025-10-14 12:58:39 +02:00
**Validator**: minimum length for the secret is 10 characters
| **rougail.secret2** +
2025-11-29 22:21:06 +01:00
`secret` `standard` `mandatory` | The second variable. +
2025-10-14 12:58:39 +02:00
**Validators**:
* maximum length for the secret is 10 characters
* 'forbidden characters: "$" and "^"'
**Default**: value
| **rougail.secret3** +
2025-11-29 22:21:06 +01:00
`secret` `standard` `mandatory` | The third variable. +
2025-10-14 12:58:39 +02:00
**Validators**:
* maximum length for the secret is 10 characters
* 'forbidden characters: "$"'
**Default**: value
|====