Skip to content

Action for generate secret from vault into .env

Notifications You must be signed in to change notification settings

akwanmaroso/hyuga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyuga

Action for generate secret from vault into .env

How to use ?

name: "Test"

on:
  push:
    - master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: "Generate Secret"
        uses: akwanmaroso/hyuga@main
        with:
          VAULT_ADDRESS: ${{ secrets.VAULT_ADDRESS }}
          VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
          SECRET_PATH: ${{ secerts.SECRET_PATH }}
      - name: "Read .env"
        run: |
          cat .env
        shell: bash

Next Feature ?

  • Allow using vault v1
  • Allow authentication in multiple method

About

Action for generate secret from vault into .env

Resources

Stars

Watchers

Forks

Packages

No packages published