Skip to content

Releases: rancher/secrets-bridge

v0.2.0: 1 2 0 fixes (#26)

27 Nov 01:25
Compare
Choose a tag to compare
* update for new rancher naming convention

* modified agent and server http handler
and simplified verifier

v0.1.7

28 Sep 16:36
Compare
Choose a tag to compare
Added root CA certs to the image (#24)

v0.1.6

23 Sep 00:22
Compare
Choose a tag to compare
fixed timeout issue (#22)

v0.1.5

22 Sep 20:37
Compare
Choose a tag to compare
Wait for labels to appear in metadata (#19)

Metadata sometimes doesn't have the labels populated. So wait for
the values to be populated. There should never be a time when labels
are completely empty since Rancher and K8s both add labels.

v0.1.4

22 Sep 04:07
Compare
Choose a tag to compare
Refactor the Agent handler to ensure unique Metadata UUID (#18)

v0.1.3: Dont put // in path if k8s label path var not set (#15)

16 Sep 22:39
Compare
Choose a tag to compare
This results in a redirect from Vault, which probably isn't a good
idea to knowingly do.

v0.1.2

16 Sep 19:37
Compare
Choose a tag to compare
fixing trailing slash issue (#13)

v0.1.1

15 Sep 23:42
Compare
Choose a tag to compare
fix k8s verifier to prevent panics (#12)

v0.1.0

07 Sep 23:13
Compare
Choose a tag to compare
Fix a bug to properly return an error condition when a container is n…

…ot correlated with any services. (#9)

v0.0.3

28 Jul 21:59
Compare
Choose a tag to compare
Add label support (#6)

* Updated go rancher

* Handle error and don't send

* enable label filter applied

* added debug flag

* adding k8s labels

* added k8s type and labels

* added debug logging

* added debug logging