Files
2025-02-04 13:31:15 -05:00

42 lines
822 B
YAML

v: 3
cluster:
dataDir: ./data/ctrl2
identity:
cert: ./pki/ctrl2/certs/server.chain.pem
key: ./pki/ctrl2/keys/server.key
ca: ./pki/ctrl2/certs/ctrl2.chain.pem
ctrl:
listener: tls:127.0.0.1:6363
options:
advertiseAddress: tls:localhost:6363
edge:
api:
address: 127.0.0.1:1380
enrollment:
signingCert:
cert: ./pki/ctrl2/certs/ctrl2.cert
key: ./pki/ctrl2/keys/ctrl2.key
edgeIdentity:
duration: 5m
edgeRouter:
duration: 5m
web:
- name: all-apis-localhost
bindPoints:
- interface: 127.0.0.1:1380
address: 127.0.0.1:1380
options:
minTLSVersion: TLS1.2
maxTLSVersion: TLS1.3
apis:
- binding: health-checks
- binding: fabric
- binding: edge-management
- binding: edge-client
- binding: edge-oidc