From c2a635814e715ab433e844ccc101878a7670e3f4 Mon Sep 17 00:00:00 2001 From: sophia chen Date: Thu, 5 Mar 2026 10:57:02 +1100 Subject: [PATCH 1/4] removed service_instance count from private operator manifests --- conf/local-e2e-docker-private-config.json | 1 - conf/local-e2e-private-config.json | 1 - scripts/aws/EUID_CloudFormation.template.yml | 1 - scripts/aws/README.md | 3 +-- scripts/aws/UID_CloudFormation.template.yml | 1 - scripts/aws/conf/default-config.json | 1 - scripts/aws/conf/euid-prod-config.json | 1 - scripts/aws/conf/uid2-prod-config.json | 1 - scripts/azure-cc/conf/default-config.json | 1 - scripts/gcp-oidc/conf/default-config.json | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/conf/local-e2e-docker-private-config.json b/conf/local-e2e-docker-private-config.json index 629a2c998..c935a5a66 100644 --- a/conf/local-e2e-docker-private-config.json +++ b/conf/local-e2e-docker-private-config.json @@ -1,5 +1,4 @@ { - "service_instances": 1, "storage_mock": false, "core_attest_url": "http://core:8088/attest", "core_api_token": "OPLCLAjLRWcVlCDl9+BbwR38gzxYdiWFa751ynWLuI7JU4iA=", diff --git a/conf/local-e2e-private-config.json b/conf/local-e2e-private-config.json index 5e3c39a0e..1a4479e94 100644 --- a/conf/local-e2e-private-config.json +++ b/conf/local-e2e-private-config.json @@ -1,5 +1,4 @@ { - "service_instances": 1, "storage_mock": true, "core_attest_url": "http://localhost:8088/attest", "core_api_token": "OPLCLAjLRWcVlCDl9+BbwR38gzxYdiWFa751ynWLuI7JU4iA=", diff --git a/scripts/aws/EUID_CloudFormation.template.yml b/scripts/aws/EUID_CloudFormation.template.yml index 30f12aea4..4796f50b6 100644 --- a/scripts/aws/EUID_CloudFormation.template.yml +++ b/scripts/aws/EUID_CloudFormation.template.yml @@ -159,7 +159,6 @@ Resources: - '", "operator_key": "' - Ref: APIToken - '"' - - ', "service_instances": 6' - ', "enclave_cpu_count": 6' - ', "enclave_memory_mb": 24576' - ', "environment": "' diff --git a/scripts/aws/README.md b/scripts/aws/README.md index d52a01476..82f2f9ce6 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -41,7 +41,6 @@ UID2 Operator application reads configuration from [AWS Secrets Manager](https:/ ``` { "api_token": "", - "service_instances": "6", "enclave_cpu_count": "6", "enclave_memory_mb": "24000", "clients_metadata_path": "https://core-integ.uidapi.com/clients/refresh", @@ -55,7 +54,7 @@ UID2 Operator application reads configuration from [AWS Secrets Manager](https:/ ``` Important Notes: - above fields are all required -- service_instances/enclave_cpu_count/enclave_memory_mb are currently not customizable, modification to these fields will be ignored +- enclave_cpu_count/enclave_memory_mb are currently not customizable, modification to these fields will be ignored - `core-integ` is integration test endpoint; use `core-prod` when ready for production usage - you might need to replicate secret after creation to use it in other regions diff --git a/scripts/aws/UID_CloudFormation.template.yml b/scripts/aws/UID_CloudFormation.template.yml index 82ab2c1dc..720dec8f2 100644 --- a/scripts/aws/UID_CloudFormation.template.yml +++ b/scripts/aws/UID_CloudFormation.template.yml @@ -159,7 +159,6 @@ Resources: - '", "operator_key": "' - Ref: APIToken - '"' - - ', "service_instances": 6' - ', "enclave_cpu_count": 6' - ', "enclave_memory_mb": 24576' - ', "environment": "' diff --git a/scripts/aws/conf/default-config.json b/scripts/aws/conf/default-config.json index feec5b927..f02eafaf1 100644 --- a/scripts/aws/conf/default-config.json +++ b/scripts/aws/conf/default-config.json @@ -1,6 +1,5 @@ { "service_verbose": true, - "service_instances": 4, "core_s3_bucket": null, "core_attest_url": null, "core_api_token": null, diff --git a/scripts/aws/conf/euid-prod-config.json b/scripts/aws/conf/euid-prod-config.json index 17966921e..823dd2cce 100644 --- a/scripts/aws/conf/euid-prod-config.json +++ b/scripts/aws/conf/euid-prod-config.json @@ -1,5 +1,4 @@ { - "service_instances": 4, "sites_metadata_path": "https://core.prod.euid.eu/sites/refresh", "clients_metadata_path": "https://core.prod.euid.eu/clients/refresh", "keysets_metadata_path": "https://core.prod.euid.eu/key/keyset/refresh", diff --git a/scripts/aws/conf/uid2-prod-config.json b/scripts/aws/conf/uid2-prod-config.json index 168e195dd..7b8e5f70e 100644 --- a/scripts/aws/conf/uid2-prod-config.json +++ b/scripts/aws/conf/uid2-prod-config.json @@ -1,5 +1,4 @@ { - "service_instances": 4, "sites_metadata_path": "https://core-prod.uidapi.com/sites/refresh", "clients_metadata_path": "https://core-prod.uidapi.com/clients/refresh", "keysets_metadata_path": "https://core-prod.uidapi.com/key/keyset/refresh", diff --git a/scripts/azure-cc/conf/default-config.json b/scripts/azure-cc/conf/default-config.json index fd41ad24a..93c695878 100644 --- a/scripts/azure-cc/conf/default-config.json +++ b/scripts/azure-cc/conf/default-config.json @@ -1,6 +1,5 @@ { "service_verbose": true, - "service_instances": 3, "core_s3_bucket": null, "core_attest_url": null, "core_api_token": null, diff --git a/scripts/gcp-oidc/conf/default-config.json b/scripts/gcp-oidc/conf/default-config.json index 53a0b5733..61e59d9d4 100644 --- a/scripts/gcp-oidc/conf/default-config.json +++ b/scripts/gcp-oidc/conf/default-config.json @@ -1,6 +1,5 @@ { "service_verbose": true, - "service_instances": 12, "core_s3_bucket": null, "core_attest_url": null, "core_api_token": null, From 398780f65a5c77350a81cd3bdc128b5cb8d38a88 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Thu, 5 Mar 2026 00:04:47 +0000 Subject: [PATCH 2/4] [CI Pipeline] Released Snapshot version: 5.67.3-alpha-684-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78beffe1d..2462816f3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.67.2 + 5.67.3-alpha-684-SNAPSHOT UTF-8 From adcb246d6ef864f1f52f30141587c8dae2a2c461 Mon Sep 17 00:00:00 2001 From: sophia chen Date: Thu, 5 Mar 2026 15:44:35 +1100 Subject: [PATCH 3/4] added logging for testing --- src/main/java/com/uid2/operator/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/uid2/operator/Main.java b/src/main/java/com/uid2/operator/Main.java index 5c96726f0..fa603d51b 100644 --- a/src/main/java/com/uid2/operator/Main.java +++ b/src/main/java/com/uid2/operator/Main.java @@ -250,6 +250,7 @@ public Main(Vertx vertx, JsonObject config) throws Exception { svcInstances = Runtime.getRuntime().availableProcessors(); } requestedServiceInstances = svcInstances; + LOGGER.info("Service instances requested: " + requestedServiceInstances); } private KeyManager getKeyManager() { From 47609198ed66fc077de3bf21b77f3b95374b0366 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Thu, 5 Mar 2026 04:51:00 +0000 Subject: [PATCH 4/4] [CI Pipeline] Released Snapshot version: 5.67.4-alpha-686-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2462816f3..450c7d615 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.67.3-alpha-684-SNAPSHOT + 5.67.4-alpha-686-SNAPSHOT UTF-8