From 3741a806f4fc7f4eb56fe6fbae9c9568c394d363 Mon Sep 17 00:00:00 2001 From: sophia chen Date: Tue, 16 Jun 2026 10:55:34 +1000 Subject: [PATCH 1/3] UID2-7271: add CREATE role for Claude admin automation Adds a CREATE role mapped to the uid2.admin.create Okta scope, giving Claude automation apps write access to add endpoints (site, client key, operator key, service link, CSTG keypair) without full MAINTAINER access. Co-Authored-By: Claude Sonnet 4.6 --- src/main/java/com/uid2/shared/auth/Role.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/uid2/shared/auth/Role.java b/src/main/java/com/uid2/shared/auth/Role.java index 49e49fd3..5fb01c2a 100644 --- a/src/main/java/com/uid2/shared/auth/Role.java +++ b/src/main/java/com/uid2/shared/auth/Role.java @@ -28,6 +28,7 @@ public enum Role { METRICS_EXPORT, // corresponds to custom okta scope 'uid2.admin.metrics-export' ENCLAVE_REGISTRAR, // corresponds to custom okta scope 'uid2.admin.enclave-registrar' READ_ONLY, // corresponds to custom okta scope 'uid2.admin.read-only' + CREATE, // corresponds to custom okta scope 'uid2.admin.create' @JsonEnumDefaultValue UNKNOWN } From e56ef22fa0138ad53238ca6bec9ceca49df166e2 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Tue, 16 Jun 2026 04:22:48 +0000 Subject: [PATCH 2/3] [CI Pipeline] Released Snapshot version: 11.4.22-alpha-353-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bcca712..b1c447b2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.uid2 uid2-shared - 11.4.21-alpha-349-SNAPSHOT + 11.4.22-alpha-353-SNAPSHOT ${project.groupId}:${project.artifactId} Library for all the shared uid2 operations https://github.com/IABTechLab/uid2docs From 8ee15e4823e900eca63efbe263b64a130e11586e Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Tue, 16 Jun 2026 04:29:35 +0000 Subject: [PATCH 3/3] [CI Pipeline] Released Snapshot version: 11.5.1-alpha-354-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cb8c720..8420c6ec 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.uid2 uid2-shared - 11.5.0 + 11.5.1-alpha-354-SNAPSHOT ${project.groupId}:${project.artifactId} Library for all the shared uid2 operations https://github.com/IABTechLab/uid2docs