5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

Update README

This commit is contained in:
Jason O'Donnell 2020-07-31 16:45:04 -04:00
parent 25ecb3dd46
commit 2f554c06ec
2 changed files with 18 additions and 7 deletions

View file

@ -1,4 +1,15 @@
# vault-action # Vault GitHub Action
---
**NOTE**
This repository was recently adopted by HashiCorp. We're actively working on adding
additional functionality to this action soon:
- [ ] TLS
- [ ] mTLS
- [ ] Simplify secret request UX
---
A helper action for easily pulling secrets from HashiCorp Vault™. A helper action for easily pulling secrets from HashiCorp Vault™.
@ -34,7 +45,7 @@ jobs:
steps: steps:
# ... # ...
- name: Import Secrets - name: Import Secrets
uses: RichiCoder1/vault-action uses: hashicorp/vault-action
with: with:
url: https://vault.mycompany.com:8200 url: https://vault.mycompany.com:8200
token: ${{ secrets.VaultToken }} token: ${{ secrets.VaultToken }}
@ -276,7 +287,7 @@ If you need to retrieve secrets from a specific Vault namespace, all that's requ
steps: steps:
# ... # ...
- name: Import Secrets - name: Import Secrets
uses: RichiCoder1/vault-action uses: hashicorp/vault-action
with: with:
url: https://vault-enterprise.mycompany.com:8200 url: https://vault-enterprise.mycompany.com:8200
method: token method: token

View file

@ -26,7 +26,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/RichiCoder1/vault-action.git" "url": "git+https://github.com/hashicorp/vault-action.git"
}, },
"keywords": [ "keywords": [
"hashicorp", "hashicorp",
@ -36,12 +36,12 @@
"github-actions", "github-actions",
"javascript" "javascript"
], ],
"author": "Richard Simpson <richardsimpson@outlook.com>", "author": "HashiCorp",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/RichiCoder1/vault-action/issues" "url": "https://github.com/hashicorp/vault-action/issues"
}, },
"homepage": "https://github.com/RichiCoder1/vault-action#readme", "homepage": "https://github.com/hashicorp/vault-action#readme",
"dependencies": { "dependencies": {
"got": "^10.2.2", "got": "^10.2.2",
"jsonata": "^1.8.2" "jsonata": "^1.8.2"