You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google's instance group manager doesn't provide an easy way to use replica index or some other deterministic source of data to uniquely identify Firezone Gateways deployed by this module.
So we use uuidgen to generate a random one per instance on provision. This doesn't cause an issue per se, it just creates more Gateways in the admin portal than needed.
This could be solved if we could pass a random base string + deterministic replica index as the FIREZONE_ID variable.
The text was updated successfully, but these errors were encountered:
Google's instance group manager doesn't provide an easy way to use replica index or some other deterministic source of data to uniquely identify Firezone Gateways deployed by this module.
So we use
uuidgen
to generate a random one per instance on provision. This doesn't cause an issue per se, it just creates more Gateways in the admin portal than needed.This could be solved if we could pass a
random base string + deterministic replica index
as theFIREZONE_ID
variable.The text was updated successfully, but these errors were encountered: