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 @@ -28,6 +28,7 @@ public class PolicyValidator implements IPolicyValidator {
2828 public static final String ENV_CORE_ENDPOINT = "CORE_BASE_URL" ;
2929 public static final String ENV_OPT_OUT_ENDPOINT = "OPTOUT_BASE_URL" ;
3030 public static final String ENV_DEBUG_MODE = "DEBUG_MODE" ;
31+ public static final String ENV_SKIP_VALIDATIONS = "SKIP_VALIDATIONS" ;
3132
3233 public static final String EU_REGION_PREFIX = "europe" ;
3334
@@ -44,7 +45,8 @@ public class PolicyValidator implements IPolicyValidator {
4445 Environment .Integration , ImmutableList .of (
4546 ENV_CORE_ENDPOINT ,
4647 ENV_OPT_OUT_ENDPOINT ,
47- ENV_DEBUG_MODE
48+ ENV_DEBUG_MODE ,
49+ ENV_SKIP_VALIDATIONS
4850 )
4951 );
5052 private final String attestationUrl ;
You can’t perform that action at this time.
0 commit comments