You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/enos/modules/aws_vault/scripts/enable_audit_logging.sh

8 lines
154 B

#!/bin/env sh
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
set -eux
$VAULT_BIN_PATH audit enable file file_path="$LOG_FILE_PATH"