-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,22 +24,22 @@ Install | |
|
||
### One-line install | ||
|
||
| OS | Command | | ||
| ---------------------------------- | ------------------------------------------------ | | ||
| macOS | `brew install joemiller/taps/vault-token-helper` | | ||
| Linux<br>(LinuxBrew)<br>*untested* | `brew install joemiller/taps/vault-token-helper` | | ||
| OS | Command | | ||
|---------------------------------|--------------------------------------------------| | ||
| macOS | `brew install joemiller/taps/vault-token-helper` | | ||
| Linux<br>(LinuxBrew) *untested* | `brew install joemiller/taps/vault-token-helper` | | ||
|
||
### Linux packages | ||
|
||
| Format | Arch | | ||
| ------ | ----- | | ||
|--------|-------| | ||
| [rpm] | amd64 | | ||
| [deb] | amd64 | | ||
|
||
### Pre-built binaries | ||
|
||
| OS | Arch | binary | | ||
| ------- | ----- | ------------------------------------- | | ||
|---------|-------|---------------------------------------| | ||
| macOS | amd64 | [vault-token-helper][latest-binaries] | | ||
| Linux | amd64 | [vault-token-helper][latest-binaries] | | ||
| Windows | amd64 | [vault-token-helper][latest-binaries] | | ||
|
@@ -73,7 +73,8 @@ Releases are signed using the project GPG key with key-ID `37F9D1272278CD32` and | |
gpg --recv-keys 37F9D1272278CD32 | ||
``` | ||
|
||
Download and verify the signature on the checksum file: | ||
[Download](https://github.com/joemiller/vault-token-helper/releases/latest) and verify the signature | ||
on the checksum file: | ||
|
||
```console | ||
gpg --verify vault-token-helper_0.2.0_checksums.txt.sig vault-token-helper_0.2.0_checksums.txt | ||
|
@@ -86,6 +87,8 @@ release artifacts: | |
shasum --check vault-token-helper_0.2.0_checksums.txt | ||
``` | ||
|
||
macOS binaries are codesign'd. | ||
|
||
Usage | ||
----- | ||
|
||
|
@@ -107,8 +110,10 @@ token_helper = "/install/path/to/vault-token-helper" | |
|
||
### Configure vault-token-helper | ||
|
||
For most installations the defaults should be sufficient. An optional configuration file | ||
located at `$HOME/.vault-token-helper.yaml` can be used to override the defaults. | ||
For most installations the defaults should be sufficient. | ||
|
||
An optional configuration file located at `$HOME/.vault-token-helper.yaml` can be used to | ||
override the defaults. | ||
|
||
A fully annotated example config file is available in [./vault-token-helper.annotated.yaml](./vault-token-helper.annotated.yaml) | ||
|
||
|
@@ -142,6 +147,7 @@ There are a few additional commands: | |
|
||
```console | ||
$ vault-token-helper list --extended | ||
|
||
VAULT_ADDR display_name ttl renewable policies | ||
---------- ------------ --- --------- -------- | ||
https://vault-prod.dom.tld:8200 [email protected] 527h46m18s true [admin default] | ||
|