From 969d6c7cb529573ecf9a1a457cccc66553966a0b Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Fri, 5 Jun 2026 09:29:11 +1000 Subject: [PATCH 1/2] Seed a disabled operator key for local/e2e testing Adds a disabled:true operator key (site 998) to the core operators localstack seed so the /attest disabled-key rejection path can be exercised end to end. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../localstack/s3/core/operators/operators.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/localstack/s3/core/operators/operators.json b/src/main/resources/localstack/s3/core/operators/operators.json index 26dec5c3f..d186c7536 100644 --- a/src/main/resources/localstack/s3/core/operators/operators.json +++ b/src/main/resources/localstack/s3/core/operators/operators.json @@ -128,5 +128,21 @@ "key_hash": "rx3SYxt2PdnIIbhGMc0Cue3/JTk9WwyDiMMOp5WiU6pXbdkhjZ+BxgIChzMMZeLqAi/E4G5XZHMFnOe8Zzx3jg==", "key_salt": "0L8h9CSPfDFEHurZZ33OOogd26zSjApBTWLmYHtauC8=", "key_id": "UID2-O-L-127-pDqph" + }, + { + "key": "UID2-O-L-998-d1sabledKeyForE2ETestOnly00000000000000000000=", + "name": "Disabled Operator (E2E)", + "contact": "Disabled Operator (E2E)", + "protocol": "trusted", + "created": 1618873215, + "disabled": true, + "roles": [ + "OPERATOR" + ], + "site_id": 998, + "operator_type": "PRIVATE", + "key_hash": "PyhHif4ptfrwvk6tFo7da/OR4TeQlejhUKvIvseMD1F9Wz0jTaWt0DfrKNEmdYvl7C0CxmEWbIT2wY+2kXoQOw==", + "key_salt": "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8=", + "key_id": "UID2-O-L-998-d1sab" } ] \ No newline at end of file From a477bfcd198fdd2ff3f5307328695c2c075f2125 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 5 Jun 2026 00:08:11 +0000 Subject: [PATCH 2/2] [CI Pipeline] Released Snapshot version: 6.13.39-alpha-248-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00cc0bb6e..5f31c9c10 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-admin - 6.13.38 + 6.13.39-alpha-248-SNAPSHOT UTF-8