mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
Update README
This commit is contained in:
parent
25ecb3dd46
commit
2f554c06ec
2 changed files with 18 additions and 7 deletions
17
README.md
17
README.md
|
|
@ -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™.
|
||||
|
||||
|
|
@ -34,7 +45,7 @@ jobs:
|
|||
steps:
|
||||
# ...
|
||||
- name: Import Secrets
|
||||
uses: RichiCoder1/vault-action
|
||||
uses: hashicorp/vault-action
|
||||
with:
|
||||
url: https://vault.mycompany.com:8200
|
||||
token: ${{ secrets.VaultToken }}
|
||||
|
|
@ -276,7 +287,7 @@ If you need to retrieve secrets from a specific Vault namespace, all that's requ
|
|||
steps:
|
||||
# ...
|
||||
- name: Import Secrets
|
||||
uses: RichiCoder1/vault-action
|
||||
uses: hashicorp/vault-action
|
||||
with:
|
||||
url: https://vault-enterprise.mycompany.com:8200
|
||||
method: token
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/RichiCoder1/vault-action.git"
|
||||
"url": "git+https://github.com/hashicorp/vault-action.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hashicorp",
|
||||
|
|
@ -36,12 +36,12 @@
|
|||
"github-actions",
|
||||
"javascript"
|
||||
],
|
||||
"author": "Richard Simpson <richardsimpson@outlook.com>",
|
||||
"author": "HashiCorp",
|
||||
"license": "MIT",
|
||||
"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": {
|
||||
"got": "^10.2.2",
|
||||
"jsonata": "^1.8.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue