Releases: utilitywarehouse/vault-kube-cloud-credentials
Releases · utilitywarehouse/vault-kube-cloud-credentials
0.6.1
- operator: make the default_sts_ttl configurable (#32)
0.6.0
This release includes a number of improvements to the sidecars, mostly around improved monitoring:
- sidecar: return an error if the kubernetes login returns no auth information (#24)
- sidecar: infer the role names from the jwt token claims (#25)
- sidecar: refactor (#26)
- sidecar: add prometheus metrics (#27)
- sidecar: improve ability to detect credentials handler issues (#28)
- Update deps (#29)
- sidecar: log http requests (#30)
0.5.1
- sidecar: remove aws from logging address (#21)
- sidecar: gcp: set expires_in to duration until expires_at_seconds (#22)
0.5.0
- sidecar: gcp: support gcloud and gsutil (#19)
0.4.0
- sidecar: add exponential backoff (#14)
- operator: fix panic when returned list is nil (#15)
- add structured logging with zap (#16)
- operator: use the same vault config with the client and the operator (#17)
0.3.0
Changes
- Assume a specific role (#8)
- Move the sidecar into its own package (#9)
- Implement operator (#10)
- Restrict role creation based on rules (#11)
- Validate that the operator prefix does not contain an underscore (#12)
- Release 0.3.0 (#13)
0.2.0
- Add support for GCP credentials (#5)
- Document GCP support (#6)
The project has also been renamed to vault-kube-cloud-credentials
to reflect the change in capabilities.