2025-03-29 14:35:32 +01:00
|
|
|
== Variables for "Rougail"
|
|
|
|
|
|
|
|
[cols="1a,1a"]
|
|
|
|
|====
|
|
|
|
| Variable | Description
|
|
|
|
|
|
|
|
|
|
|
|
|
**rougail.secret1** +
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `basic` `mandatory` |
|
|
|
|
The first variable. +
|
|
|
|
**Validator**: minimum length for the secret is 10 characters
|
|
|
|
|
|
|
|
|
|
|
|
|
**rougail.secret2** +
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `standard` `mandatory` |
|
|
|
|
The second variable. +
|
|
|
|
**Validators**:
|
|
|
|
|
|
|
|
* maximum length for the secret is 10 characters
|
2025-03-31 10:25:08 +02:00
|
|
|
* 'forbidden characters: "$" and "^"'
|
|
|
|
|
|
|
|
**Default**: value
|
|
|
|
|
|
|
|
|
|
|
|
|
**rougail.secret3** +
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[secret]` `standard` `mandatory` |
|
|
|
|
The third variable. +
|
|
|
|
**Validators**:
|
|
|
|
|
|
|
|
* maximum length for the secret is 10 characters
|
|
|
|
* 'forbidden characters: "$"'
|
2025-03-29 14:35:32 +01:00
|
|
|
|
|
|
|
**Default**: value
|
|
|
|
|====
|
|
|
|
|