Skip to content

Commit

Permalink
[minor] support VAULT_NAMESPACE, thanks @trodemaster
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Apr 11, 2020
1 parent 2c487c6 commit 537741b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ secrets store.
Support for storing tokens from multiple Vault instances is implemented. Change the `VAULT_ADDR`
environment variable to switch between Vault instances.

The `VAULT_NAMESPACE` environment variable is also supported.

### Additional commands

The standard `store`, `get`, and `erase` commands are implemented according to the vault token
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/joemiller/vault-token-helper

go 1.14

require (
github.com/99designs/keyring v0.0.0-20190704105226-2c916c935b9f
github.com/PuerkitoBio/purell v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/sign-and-promote-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# inputs:
# - tag, eg: v0.1.1
# - $TAG, eg: v0.1.1
#
# outcome:
# - download all existing artifacts from the release
Expand Down

0 comments on commit 537741b

Please sign in to comment.