Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
doc: updating readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Jan 31, 2023
1 parent 20400a0 commit 53b727c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ This tool is currently based on the existing documentation provided by 1team.

# Role ID for Provision
provision_role_id: The id of the role to be used during provisioning

# Project name on vault
project_name: Name of the project on vault, Ex. client

# Application name on vault
app_name: Name of the app on vault, Ex. app-client

# Vault environment
environment: Name of the vault environment, Ex. development

### Usually a bad idea / not recommended

Expand Down Expand Up @@ -77,6 +86,9 @@ jobs:
with:
broker_jwt: ${{ secrets.BROKER_JWT }}
provision_role_id: ${{ secrets.PROVISION_ROLE }}
project_name: super
app_name: app-super
environment: development
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.5.0
Expand Down Expand Up @@ -122,6 +134,9 @@ jobs:
with:
broker_jwt: ${{ secrets.BROKER_JWT }}
provision_role_id: ${{ secrets.PROVISION_ROLE }}
project_name: super
app_name: app-super
environment: development
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.5.0
Expand Down

0 comments on commit 53b727c

Please sign in to comment.