Skip to content

Commit

Permalink
Merge pull request #1 from melmus/dev_docs
Browse files Browse the repository at this point in the history
Update service_registration if use Vault HA
  • Loading branch information
melmus authored Mar 31, 2023
2 parents ea130fd + f7fe50b commit d68331a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ service_registration "consul" {
address = "127.0.0.1:8500"
}
```
If you use Vault in HA, please use ```http//``` before address

```hcl
service_registration "consul" {
address = "http://127.0.0.1:8500"
}
```


Once properly configured, an unsealed Vault installation should be available and
accessible at:
Expand Down

0 comments on commit d68331a

Please sign in to comment.