Skip to content
Snippets Groups Projects

Add a additional ekms to the docker-compose

Merged Ghost User requested to merge extend-docker-compose-setup into master
16 files
+ 172
16
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -6,10 +6,18 @@ AkmsURL: "http://172.100.20.22:4444/api/v1/keys/push_ksa_key"
AkmsCkmsServerPort: "9696"
Peers:
# peer to ekms02
- PeerId: '968fd594-b0e7-41f0-ba4b-de259047a933'
- PeerId: '5e41c291-6121-4335-84f6-41e04b8bdaa2'
PeerInterComAddr: 172.100.20.11:50910
Sync: true
# quantum module of type emulated at the given address
QuantumModule:
Type: emulated
Address: 172.100.20.14
# peer to ekms03
- PeerId: 'f80db2c0-2480-46b9-b7d1-b63f954e8227'
PeerInterComAddr: 172.100.20.12:50910
Sync: false
# quantum module of type emulated at the given address
QuantumModule:
Type: emulated
Address: 172.100.20.18
Loading