Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace underscore by dash
  • Loading branch information
vgsantoniazzi committed May 12, 2022
commit a00c1254a443d2be9cbdc5cc9ad06a6c15692e4a
2 changes: 1 addition & 1 deletion modules/run-vault/run-vault
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function print_usage {
echo -e " --tls-key-file\tSpecifies the path to the private key for the certificate. Required."
echo -e " --port\t\tThe port for Vault to listen on. Optional. Default is $DEFAULT_PORT."
echo -e " --cluster-port\tThe port for Vault to listen on for server-to-server requests. Optional. Default is --port + 1."
echo -e " --unauthenticated_metrics_access\t\tAllows unauthenticated access to the /v1/sys/metrics endpoint. Optional. Default is false."
echo -e " --unauthenticated-metrics-access\t\tAllows unauthenticated access to the /v1/sys/metrics endpoint. Optional. Default is false."
echo -e " --api-addr\t\tThe full address to use for Client Redirection when running Vault in HA mode. Defaults to \"https://[instance_ip]:$DEFAULT_PORT\". Optional."
echo -e " --config-dir\t\tThe path to the Vault config folder. Optional. Default is the absolute path of '../config', relative to this script."
echo -e " --bin-dir\t\tThe path to the folder with Vault binary. Optional. Default is the absolute path of the parent folder of this script."
Expand Down