mirror of https://github.com/status-im/consul.git
Fix formatting and add version info (#6926)
This commit is contained in:
parent
9d801d1dc2
commit
fd99486794
|
@ -20,6 +20,8 @@ CA providers.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
The ACM Private CA Provider was added in Consul 1.7.0.
|
||||||
|
|
||||||
The ACM Private CA Provider needs to be authorized via IAM credentials to
|
The ACM Private CA Provider needs to be authorized via IAM credentials to
|
||||||
perform operations. Every Consul server needs to be running in an environment
|
perform operations. Every Consul server needs to be running in an environment
|
||||||
where a suitable IAM configuration is present.
|
where a suitable IAM configuration is present.
|
||||||
|
@ -27,6 +29,7 @@ where a suitable IAM configuration is present.
|
||||||
The [standard AWS SDK credential
|
The [standard AWS SDK credential
|
||||||
locations](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials)
|
locations](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials)
|
||||||
are used, which means that suitable credentials and region configuration need to be present in one of the following:
|
are used, which means that suitable credentials and region configuration need to be present in one of the following:
|
||||||
|
|
||||||
1. Environment variables
|
1. Environment variables
|
||||||
1. Shared credentials file
|
1. Shared credentials file
|
||||||
1. Via an EC2 instance role
|
1. Via an EC2 instance role
|
||||||
|
|
Loading…
Reference in New Issue