Skip to content

Commit

Permalink
feat(1.0.0): Handle custom way for Kubernetes
Browse files Browse the repository at this point in the history
Kubernetes now uses K8S_SERVICE_ACCOUNT to set the path instead of VAULT_K8S_AUTH_PATH.
VAULT_K8S_AUTH_PATH is now optional and allows to specify the name of in the auth URL.
  • Loading branch information
Lucas Perreau committed Jan 4, 2022
1 parent b9c25d2 commit 53f6e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vault-credentials"
description = "Rust Library that fetch secrets from Vault and load them as environment variables."
version = "0.4.1"
version = "1.0.0"
authors = ["Lucas Perreau <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -27,4 +27,4 @@ tokio = { version = "1.5.0", features = ["full"] }
serde_json = "1.0.63"

[dev-dependencies]
dotenv = "0.15.0"
dotenv = "0.15.0"

0 comments on commit 53f6e99

Please sign in to comment.