This repository has been archived on 2025-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
theshire/kubernetes/apps/database/emqx/cluster/resources/emqx.conf
2024-09-23 03:03:38 -05:00

25 lines
432 B
Text

authentication {
backend = "built_in_database"
mechanism = "password_based"
password_hash_algorithm {
name = "bcrypt",
}
user_id_type = "username"
bootstrap_file = "/opt/init-user.json"
bootstrap_type = "plain"
}
authorization {
sources = [
{
type = file
enable = true
path = "/opt/acl.conf"
},
{
type = built_in_database
enable = true
}
]
no_match: "deny"
}