File: //opt/acronis/var/aakore/credstore.unit
name: credentials-store
cmd: "cred-store"
args: ["--aakore-control"]
routes:
- /api/credentials_store
healthcheck: # optional
timeout: 20s # health-check request timeout (including connection time)
interval: 30s # how often Core Agent would send health-check requests to Agent Unit
max-failures: 2 # how many times health-check should fail before Core Agent would confirm the death
endpoint: /healthcheck/liveness # endpoint for healtcheck REST call from Core Agent to Agent Unit
log:
verbose: true