From fa35fec00db8d39738bd811ba0461b77be44bd0a Mon Sep 17 00:00:00 2001 From: Mickael Asseline Date: Tue, 4 May 2021 12:45:33 +0000 Subject: [PATCH] docs: update SelfHosted/Vault --- SelfHosted/Vault.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SelfHosted/Vault.html b/SelfHosted/Vault.html index a16ec27..1c96e95 100644 --- a/SelfHosted/Vault.html +++ b/SelfHosted/Vault.html @@ -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
 | jq -r '.["data"]["data"]["$VAULT_SECRET_NAME"]'

 

Fonction Bash

-
#!/bin/bash
+
#!/bin/bash
 
 # Variables
 VAULT_URL='https://vault.domaine.com'