mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 12:37:02 +02:00
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/env sh
|
|
|
|
set -eux
|
|
|
|
$VAULT_BIN_PATH audit enable file file_path="$LOG_FILE_PATH"
|