arvandor/ansible/templates/valkey-acl.j2
2026-01-26 00:44:31 -05:00

11 lines
275 B
Django/Jinja

# Valkey ACL Configuration
# Admin user has full access
user admin on >{{ valkey_admin_password }} ~* &* +@all
# Disable default user
user default off
# Service users are created dynamically by data-service.yml
# Example format:
# user myapp on >password ~myapp:* &* +@all