Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Nov 19, 2024
1 parent ab3f879 commit fad3ac7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/vault/README.md
Original file line number Diff line number Diff line change
@@ -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
./<script-name>.sh --env-file <path-to-your-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).

0 comments on commit fad3ac7

Please sign in to comment.