Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Fixed bullet point alignment. Made "item - text" delimiting consisten…
Browse files Browse the repository at this point in the history
…t. Added more explanation for "metadata:host" formatting.
  • Loading branch information
davepgreene committed Sep 8, 2016
1 parent 3d05827 commit 3cf04cc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,8 @@ This is the default configuration for Tokend, which you can find in
The following keys are available:

* `host` - The HTTP address of the Vault server. Defaults to `127.0.0.1`.

* `port` - The HTTP port of the Vault server. Defaults to `8200`.

* `tls` - Whether Vault should use TLS. Defaults to `true`.

* `token_ttl` - The TTL (time to live) of Vault tokens. This maps directly to Vault's [`default_lease_ttl`][default_lease_ttl] setting.

* `metadata` - This specifies settings for the [EC2 Metadata Service][ec2-metadata-service]
Expand All @@ -81,23 +78,22 @@ exposed for development purposes.

The following keys are available:

* `host`: The hostname and port used to connect to the EC2 Metadata Service. Defaults to `169.254.169.254`.
* `host` - The hostname and port used to connect to the EC2 Metadata Service. Defaults to `169.254.169.254`. This setting includes the port, so if changing from the default, the format is `host:port`.

* `warden` - Connection information for [Warden][].

Tokend has a tight dependency on Warden to retrieve its initial token.

The following keys are available:

* `host`: The hostname for Warden.
* `port`: The port for Warden.
* `host` - The hostname for Warden.
* `port` - The port for Warden.

* `service` - These settings control the HTTP API.

The following keys are available:

* `host` - The address the HTTP API binds to. Defaults to `127.0.0.1`.

* `port` - The port the HTTP API listens on. Defaults to `4500`.

* `log` - These settings control logging.
Expand Down

0 comments on commit 3cf04cc

Please sign in to comment.