mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Hides the acl_replication_token from JSON output, like in /v1/agent/self.
This commit is contained in:
parent
d336bdd7b0
commit
18b817b575
@ -456,7 +456,7 @@ type Config struct {
|
||||
// order to replicate them locally. Setting this to a non-empty value
|
||||
// also enables replication. Replication is only available in datacenters
|
||||
// other than the ACLDatacenter.
|
||||
ACLReplicationToken string `mapstructure:"acl_replication_token"`
|
||||
ACLReplicationToken string `mapstructure:"acl_replication_token" json:"-"`
|
||||
|
||||
// Watches are used to monitor various endpoints and to invoke a
|
||||
// handler to act appropriately. These are managed entirely in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user