Skip to content

Commit

Permalink
Merge pull request #2 from sbeliakou/master
Browse files Browse the repository at this point in the history
Fix Azure Metadata URL
  • Loading branch information
mcalhoun authored Nov 1, 2017
2 parents ec82ea2 + c8c8b99 commit de18901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/run-vault/run-vault
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readonly SUPERVISOR_CONFIG_PATH="/etc/supervisor/conf.d/run-vault.conf"
readonly DEFAULT_PORT=8200
readonly DEFAULT_LOG_LEVEL="info"

readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-07-01"
readonly AZURE_INSTANCE_METADATA_URL="http://169.254.169.254/metadata/instance?api-version=2017-08-01"

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly SCRIPT_NAME="$(basename "$0")"
Expand Down Expand Up @@ -311,4 +311,4 @@ function run {
start_vault
}

run "$@"
run "$@"

0 comments on commit de18901

Please # to comment.