Skip to content

Tags: rancher/secrets-bridge

Tags

v0.2.0

Toggle v0.2.0's commit message
1 2 0 fixes (#26)

* update for new rancher naming convention

* modified agent and server http handler
and simplified verifier

v0.1.8

Toggle v0.1.8's commit message
Add agent side waiting. (#25)

Metadata updates labels in a multistep process. Sometimes the user
labels are not populated when system labels are added. This change
increases the wait time. If the label is found, it immediately moves
forward requesting a token.

v0.1.7

Toggle v0.1.7's commit message
Added root CA certs to the image (#24)

v0.1.6

Toggle v0.1.6's commit message
fixed timeout issue (#22)

v0.1.5

Toggle v0.1.5's commit message
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

Toggle v0.1.4's commit message
Refactor the Agent handler to ensure unique Metadata UUID (#18)

v0.1.3

Toggle v0.1.3's commit message
Dont put // in path if k8s label path var not set (#15)

This results in a redirect from Vault, which probably isn't a good
idea to knowingly do.

v0.1.2

Toggle v0.1.2's commit message
fixing trailing slash issue (#13)

v0.1.1

Toggle v0.1.1's commit message
fix k8s verifier to prevent panics (#12)

v0.1.0

Toggle v0.1.0's commit message
Fix a bug to properly return an error condition when a container is n…

…ot correlated with any services. (#9)