mirror of https://github.com/status-im/consul.git
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
|
// order to replicate them locally. Setting this to a non-empty value
|
||||||
// also enables replication. Replication is only available in datacenters
|
// also enables replication. Replication is only available in datacenters
|
||||||
// other than the ACLDatacenter.
|
// 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
|
// Watches are used to monitor various endpoints and to invoke a
|
||||||
// handler to act appropriately. These are managed entirely in the
|
// handler to act appropriately. These are managed entirely in the
|
||||||
|
|
Loading…
Reference in New Issue