Skip to content

Releases: utilitywarehouse/vault-kube-cloud-credentials

0.6.1

07 Dec 08:49
9aaf633
Compare
Choose a tag to compare
  • operator: make the default_sts_ttl configurable (#32)

0.6.0

29 Oct 11:42
ae5eae7
Compare
Choose a tag to compare

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

24 Sep 10:15
Compare
Choose a tag to compare
  • sidecar: remove aws from logging address (#21)
  • sidecar: gcp: set expires_in to duration until expires_at_seconds (#22)

0.5.0

21 Sep 13:00
76da9cd
Compare
Choose a tag to compare
  • sidecar: gcp: support gcloud and gsutil (#19)

0.4.0

26 Aug 13:06
c46063b
Compare
Choose a tag to compare
  • 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

18 Aug 07:28
9c1e998
Compare
Choose a tag to compare

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.1

22 Jul 15:24
254d56a
Compare
Choose a tag to compare
  • Add gcloud support (#7)

0.2.0

22 Jul 09:09
f6e7ec3
Compare
Choose a tag to compare
  • 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.

0.1.1

06 May 09:05
a21d1f9
Compare
Choose a tag to compare
  • Fixes memory leak (#4)

0.1.0

04 Mar 14:34
2d19ad9
Compare
Choose a tag to compare

Initial release