Skip to content

Commit 9177168

Browse files
committed
add new role for github action enclave id
1 parent 67a9ba8 commit 9177168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/uid2/shared/auth/Role.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public enum Role {
2626
SECRET_ROTATION, // corresponds to custom okta scope 'uid2.admin.secret-rotation'
2727
PRIVATE_OPERATOR_SYNC, // corresponds to custom okta scope 'uid2.admin.site-sync'
2828
METRICS_EXPORT, // corresponds to custom okta scope 'uid2.admin.metrics-export'
29+
ENCLAVE_REGISTRAR, // corresponds to custom okta scope 'uid2.admin.enclave-registrar'
2930
@JsonEnumDefaultValue
3031
UNKNOWN
3132
}

0 commit comments

Comments
 (0)