Authority

It is used to set up initial user to login compute node, and authority data of storage node.

Configuration Item Explanation

  1. rules:
  2. - !AUTHORITY
  3. users:
  4. - # Username, authorized host and password for compute node. Format: <username>@<hostname>:<password>, hostname is % or empty string means do not care about authorized host
  5. provider:
  6. type: # authority provider for storage node

Example

  1. rules:
  2. - !AUTHORITY
  3. users:
  4. - root@localhost:root
  5. - my_user@pwd
  6. provider:
  7. type: FOO_AUTHORITY_PROVIDER

Refer to Authority Provider for more implementations.