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.
1 parent 46c65a7 commit e61cb77Copy full SHA for e61cb77
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 /dev/urandom | sha256)"
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