# 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