Skip to content

Releases: hashicorp/vault-plugin-auth-kubernetes

v0.13.2

16 Sep 01:17
37e92c7

Choose a tag to compare

Bugs

  • Restore support for JWT signature algorithm ES384 [GH-160]

v0.12.0

24 Feb 17:00

Choose a tag to compare

Release for vault-1.10

v0.11.5

07 Feb 15:41
decdb57

Choose a tag to compare

BUG FIXES:

  • Properly handle the migration of storage entries containing an empty alias_name_source #135

v0.11.4

19 Jan 20:53
e2ded2a

Choose a tag to compare

Added support for dynamically reloading short-lived tokens for better Kubernetes 1.21+ compatibility

v0.8.1

17 Feb 00:41
ff90561

Choose a tag to compare

Use the request context for Kubernetes API call (#104) (#105)

* Use the request context for kubernetes API call

* Upgrade go version

v0.7.1

21 Sep 17:20

Choose a tag to compare

Adds new config option `disable_local_ca_jwt` (#97)

Disables defaulting to the local CA cert and service account JWT when
running in a Kubernetes pod". Defaults to `false`.

v0.7.0

26 Jun 19:09
798c499

Choose a tag to compare

Add auto JWT/CA filesystem discovery [GH-83]