We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46c65a7 + 6505d09 commit f641215Copy full SHA for f641215
templates/cloud-init.yaml
@@ -40,7 +40,7 @@ runcmd:
40
# Install Firezone Gateway early to allow healthcheck to succeed.
41
- |
42
export FIREZONE_TOKEN="${firezone_token}"
43
- export FIREZONE_ID="$(uuidgen)"
+ export FIREZONE_ID="$(head -c 32 /dev/urandom | sha256sum | cut -d' ' -f1)"
44
export FIREZONE_API_URL="${firezone_api_url}"
45
export FIREZONE_VERSION="${firezone_version}"
46
export FIREZONE_ARTIFACT_URL="${firezone_artifact_url}"
0 commit comments