2025-04-27 09:27:04 +02:00
|
|
|
%YAML 1.2
|
2025-03-30 19:39:29 +02:00
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
|
|
secret1:
|
|
|
|
|
description: the first variable
|
|
|
|
|
type: secret
|
|
|
|
|
params:
|
|
|
|
|
min_len: 10
|
|
|
|
|
|
|
|
|
|
secret2:
|
|
|
|
|
description: the second variable
|
|
|
|
|
type: secret
|
|
|
|
|
params:
|
|
|
|
|
max_len: 10
|
|
|
|
|
forbidden_char:
|
|
|
|
|
- $
|
|
|
|
|
- ^
|
|
|
|
|
default: value
|
2025-04-01 22:01:54 +02:00
|
|
|
|
|
|
|
|
secret3:
|
|
|
|
|
description: the third variable
|
|
|
|
|
type: secret
|
|
|
|
|
params:
|
|
|
|
|
max_len: 10
|
|
|
|
|
forbidden_char:
|
|
|
|
|
- $
|
|
|
|
|
default: value
|
2025-04-27 09:27:04 +02:00
|
|
|
...
|