Initializer
Properties
| Name | Type | Description |
|---|---|---|
access_token | str | (Required) Access token. |
path | str | (Required) Path in the Consul KV store. |
address | str | (Optional) DNS name and port of your Consul endpoint specified in the format dnsname:port. |
ca_file | str | (Optional) A path to a PEM-encoded certificate authority used to verify the remote agent’s certificate. |
cert_file | str | (Optional) A path to a PEM-encoded certificate provided to the remote agent; |
datacenter | str | (Optional) The datacenter to use. |
gzip | bool | (Optional) true to compress the state data using gzip, or false (the default) to leave it uncompressed. |
http_auth | str | (Optional) HTTP Basic Authentication credentials to be used when communicating with Consul, in the format of either user or user:pass. |
key_file | str | (Optional) A path to a PEM-encoded private key, required if cert_file is specified. |
lock | bool | (Optional) false to disable locking. |
scheme | str | (Optional) Specifies what protocol to use when talking to the given address,either http or https. |
access_tokenRequired
- Type: str
pathRequired
- Type: str
addressOptional
- Type: str
ca_fileOptional
- Type: str
cert_fileOptional
- Type: str
datacenterOptional
- Type: str
gzipOptional
- Type: bool
http_authOptional
- Type: str
key_fileOptional
- Type: str
lockOptional
- Type: bool
schemeOptional
- Type: str