Skip to content

Commit d34cfbf

Browse files
added identity_environment to test runtime_config
1 parent 27ff1ca commit d34cfbf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

scripts/aws/conf/default-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"refresh_token_expires_after_seconds": 2592000,
4040
"refresh_identity_token_after_seconds": 3600,
4141
"operator_type": "private",
42-
"uid_instance_id_prefix": "unknown",
43-
"enable_remote_config": true
42+
"enable_remote_config": true,
43+
"uid_instance_id_prefix": "unknown"
4444
}

scripts/gcp-oidc/conf/default-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"sharing_token_expiry_seconds": 2592000,
4040
"validate_service_links": false,
4141
"operator_type": "private",
42-
"uid_instance_id_prefix": "unknown",
43-
"enable_remote_config": true
42+
"enable_remote_config": true,
43+
"uid_instance_id_prefix": "unknown"
4444
}

src/main/resources/com.uid2.core/test/runtime_config/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"identity_token_expires_after_seconds": 3600,
55
"refresh_token_expires_after_seconds": 86400,
66
"refresh_identity_token_after_seconds": 900,
7-
"sharing_token_expiry_seconds": 2592000
7+
"sharing_token_expiry_seconds": 2592000,
8+
"identity_environment": "test"
89
}
910
}

0 commit comments

Comments
 (0)