Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m24s
49 lines
1.2 KiB
Markdown
49 lines
1.2 KiB
Markdown
# vault
|
|
|
|
Vault est un outil permettant d'accéder à des secrets en toute sécurité. Un secret est un élément dont vous souhaitez contrôler étroitement l'accès, comme les clés d'API, les mots de passe, les certificats, etc. Vault fournit une interface unifiée à n'importe quel secret, tout en assurant un contrôle d'accès strict et en enregistrant un journal d'audit détaillé.
|
|
|
|
# A propos de
|
|
|
|
# Prérequis
|
|
|
|
Vous avez besoin d'une installation docker fonctionnelle et de docker-compose sur votre machine.
|
|
|
|
# Démarrage
|
|
|
|
~~~bash
|
|
git clone https://gitea.tips-of-mine.com/Tips-Of-Mine/vault.git
|
|
cd vault
|
|
~~~
|
|
|
|
## Personnalisation
|
|
|
|
Le fichier .env pour les variable d'environnement
|
|
~~~bash
|
|
nano .env
|
|
~~~
|
|
|
|
Modification des labels pour traefik
|
|
~~~bash
|
|
nano docker-compose.yml
|
|
~~~
|
|
|
|
## Lancement
|
|
|
|
~~~bash
|
|
docker compose up -d
|
|
~~~
|
|
|
|
~~~bash
|
|
docker compose logs -f
|
|
~~~
|
|
|
|
~~~bash
|
|
docker exec -it vault-app /bin/sh
|
|
~~~
|
|
|
|
~~~bash
|
|
vault operator init
|
|
~~~
|
|
|
|
# Buy me a coffe
|
|
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> |