File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/com/uid2/shared/secure/gcpoidc Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ public class PolicyValidator implements IPolicyValidator {
2727 public static final String ENV_OPERATOR_API_KEY_SECRET_NAME = "API_TOKEN_SECRET_NAME" ;
2828 public static final String ENV_CORE_ENDPOINT = "CORE_BASE_URL" ;
2929 public static final String ENV_OPT_OUT_ENDPOINT = "OPTOUT_BASE_URL" ;
30+ public static final String ENV_DEBUG_MODE = "DEBUG_MODE" ;
3031
3132 public static final String EU_REGION_PREFIX = "europe" ;
3233
@@ -42,7 +43,8 @@ public class PolicyValidator implements IPolicyValidator {
4243 ),
4344 Environment .Integration , ImmutableList .of (
4445 ENV_CORE_ENDPOINT ,
45- ENV_OPT_OUT_ENDPOINT
46+ ENV_OPT_OUT_ENDPOINT ,
47+ ENV_DEBUG_MODE
4648 )
4749 );
4850 private final String attestationUrl ;
You can’t perform that action at this time.
0 commit comments