It is used to set up initial user to login compute node, and authority data of storage node.
rules:
- !AUTHORITY
users:
- # Username, authorized host and password for compute node. Format: <username>@<hostname>:<password>, hostname is % or empty string means do not care about authorized host
provider:
type: # authority provider for storage node
rules:
- !AUTHORITY
users:
- root@localhost:root
- my_user@pwd
provider:
type: FOO_AUTHORITY_PROVIDER
Refer to Authority Provider for more implementations.