chore(infra): revoke oneleet signups, allow firezonedemo.com (#5770)

- Reverts the access allowing them to sign up on staging.
- Allows `firezonedemo.com` for marketing / sales demos.
This commit is contained in:
Jamil
2024-07-05 14:02:51 -07:00
committed by GitHub
parent b7227d1abc
commit ff506ab679

View File

@@ -355,7 +355,7 @@ locals {
# Sign Up
{
name = "SIGN_UP_WHITELISTED_DOMAINS"
value = "firezone.dev,firez.one,pentesters.oneleet.com"
value = "firezone.dev,firez.one,firezonedemo.com"
},
{
name = "FEATURE_REST_API_ENABLED"