Skip to content

Commit

Permalink
Merge pull request #19 from tuenti/release-0.2.0-rc.1
Browse files Browse the repository at this point in the history
Cut Release 0.2.0 rc.1
  • Loading branch information
fllaca authored Jan 28, 2019
2 parents 322f995 + fd79e04 commit 4990c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4990c48

Please sign in to comment.