1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-05 09:30:22 +02:00

docs: update SelfHosted/Vault

Cette révision appartient à :
Mickael Asseline 2021-05-04 12:45:33 +00:00 révisé par Mickael Asseline
Parent f6fea2c9f2
révision fa35fec00d

Voir le fichier

@ -2,7 +2,7 @@
title: Vault
description: Un gestionnaire de secrets avec API !
published: true
date: 2021-05-04T12:45:06.683Z
date: 2021-05-04T12:45:32.554Z
tags:
editor: ckeditor
dateCreated: 2021-05-04T09:08:13.708Z
@ -30,7 +30,7 @@ dateCreated: 2021-05-04T09:08:13.708Z
<pre><code class="language-plaintext"> | jq -r '.["data"]["data"]["$VAULT_SECRET_NAME"]'</code></pre>
<p>&nbsp;</p>
<h3>Fonction Bash</h3>
<pre><code class="language-c">#!/bin/bash
<pre><code class="language-python">#!/bin/bash
# Variables
VAULT_URL='https://vault.domaine.com'