From d663696da70bcb6786ef6e0f85ce62190882a03f Mon Sep 17 00:00:00 2001 From: Fernando Llaca Date: Thu, 24 Jan 2019 16:27:16 +0100 Subject: [PATCH 1/2] Document "-listen-address" flag in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4d6ece..491a0a2 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ data: | `vault.max-token-ttl` | 300 |Max seconds to consider a token expired. | | `vault.token-polling-period` | 15s | Polling interval to check token expiration time. | | `vault.renew-ttl-increment` | 600 | TTL time for renewed token. | +| `listen-address` | `:8080` | The address to listen on for HTTP requests. | ## Prometheus Metrics From e2369cc81a45f640daf3230d1949af1fd08495b5 Mon Sep 17 00:00:00 2001 From: Fernando Llaca Date: Thu, 24 Jan 2019 16:46:00 +0100 Subject: [PATCH 2/2] Updated change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6140d79..95687a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Added - Enable prometheus metrics - `cfg.backend-timeout` flag to specify a connection timeout to the secrets backend. +- `listen-address` flag to specify the listen address of the HTTP API ### Fixed - Bad return condition in startTokenRenewer, so token lookup won't