This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
name: consul | |
datacenter: dc2 | |
tls: | |
enabled: true | |
verify: true | |
#verify: false # WARNING - Don't do this in production | |
caCert: | |
secretName: consul-federation | |
secretKey: caCert |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
name: consulcli | |
datacenter: dc2 | |
enabled: false | |
# Configure federation. | |
federation: | |
# If enabled, this datacenter will be federation-capable. Only federation | |
# via mesh gateways is supported. | |
# Mesh gateways and servers will be configured to allow federation. |
OlderNewer