Jinja2 filters in ASAB Remote Control¶
When ASAB Remote Control reads model and descriptor YAML from the Library, it expands Jinja2 templates and applies custom filters in pipe syntax:
{{PARAMETER|filter_name}}
Filters work in any templated YAML section (descriptor, files, sherpas, tech sections, and so on). Static files in /Site/.../Files/ are not templated — declare content inline in the descriptor files section instead (see Descriptor files).
Available filters¶
| Filter | Description |
|---|---|
argon2_hash |
Deterministic Argon2id hash e.g. of a secret |
argon2_hash¶
The hash is deterministic — the same secret always produces the same string on every cluster node. Remote Control derives the salt from the secret (Argon2id, time cost 3, memory 64 MiB, parallelism 4).