vit0r / az-vault-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurations

  1. Official doc MS

  2. Create the app register APP

  3. Create .env file on this project and reload shell after

    cat > .env << EOF
    KEY_VAULT_NAME=https://youvault.vault.azure.net
    tenant_id=
    client_id=
    client_secret=
    EOF

Run with docker compose

docker-compose up --build

Install

python setup.py install

Run

python -m vault_app -n secretname

About

License:MIT License


Languages

Language:Python 87.0%Language:Dockerfile 13.0%