Add client API to configuration

This commit is contained in:
2023-09-01 15:42:21 -04:00
parent c5b07fcdad
commit d5516d891c
3 changed files with 31 additions and 7 deletions

View File

@ -7,6 +7,14 @@ pvc_log_keepalive_cluster_details: True
pvc_log_keepalive_storage_details: True
pvc_log_console_lines: 1000
# Client API authentication configuration
# > If the key is left blank, the API will listen UNAUTHENTICATED on all IP addresses of the
# current primary node; use this with care and not in unsecured environments (e.g. if the
# upstream network is untrusted).
pvc_api_authentication_key: "" # Use pwgen to generate
pvc_api_listen_address: "0.0.0.0"
pvc_api_listen_port: "7370"
# Ceph storage
pvc_ceph_storage_secret_uuid: "" # Use uuidgen to generate