dataset/seed/redis/extras/account/00_account.xml
Emmanuel Garette 543ba30f8c reorganize
2022-08-18 10:19:43 +02:00

15 lines
610 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
<variable name="remote" description="Remote Redis client needing an account" type="domainname" provider="Redis" mandatory="True"/>
<variable name="remote_ip" description="Remote IP" type="ip" mandatory="True"/>
<variable name="password" auto_save="False" hidden="True" type="password" mandatory="True" provider="Redis:password"/>
</variables>
<constraints>
<fill name="get_ip">
<param type="variable">account.remote</param>
<target>account.remote_ip</target>
</fill>
</constraints>
</rougail>