Added
- New
version
API endpoint that returns the server version as json (22e34fd) - Support for TLS proxies. Now a TLS proxy (e.g. nginx) can be put in-between the kes server and client.
See #18 for more details. (7aa62ff)
Changed
- The server error API now returns error responses as json. This is a step to expose a complete json-API. (1055a66)
- The audit log trace output now shows truncated response time values - like
1.07s
instead of1.0743840s
(462c981)
Fixed
- Calling
ResponseWriter.WriteHeader
twice in case when subscribing to the audit log via/v1/log/audit/trace
API. (4b4a0b7) - Usage of default HTTP client when requesting the server version (3b1cfb8)
- Ignore static AWS credentials and instead rely on the AWS SDK to fetch the credentials from env. variables or EC2 metadata. See: #26 (4c173a8)