From fad3ac73df1ad107701dd0f662cf2724a7377fc5 Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Tue, 19 Nov 2024 17:06:55 +0300 Subject: [PATCH] Address comments Signed-off-by: JeffMboya --- scripts/vault/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/vault/README.md diff --git a/scripts/vault/README.md b/scripts/vault/README.md new file mode 100644 index 0000000..b8c69d2 --- /dev/null +++ b/scripts/vault/README.md @@ -0,0 +1,17 @@ +# Running Vault Setup Scripts with `--env-file` + +To execute a Vault setup script, use the `--env-file` option to provide the path to your `.env` file. Here's the general syntax: + +```bash +./.sh --env-file +``` + +### Example + +To initialize Vault using the provided setup script, run: + +```bash +scripts/vault/scripts/vault_init.sh --env-file scripts/vault/.env +``` + +For detailed documentation on the available scripts and their usage, visit the [Vault Addon Documentation](https://github.com/absmach/magistrala/tree/main/docker/addons/vault#readme). \ No newline at end of file