Tools / Apache HertzBeat Interview Questions
What is sureness.yml used for?
sureness.yml is HertzBeat's unified authentication and authorization configuration file. It's where user accounts, their passwords, roles, and the specific permissions attached to each role are defined.
Because access control is centralized in this one file rather than scattered across a database schema and admin screens, administrators can add, remove, or modify users and permissions directly by editing it, which is convenient for scripted or infrastructure-as-code style user provisioning.
More Related questions...