Skip to content

Commit fabdfbd

Browse files
committed
Change solution paths security to correctly apply RBAC restrictions
1 parent 581f22d commit fabdfbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/cosmotech/api/security/AbstractSecurityConfiguration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ internal fun endpointSecurityWriters(
476476
roles =
477477
arrayOf(
478478
ROLE_SOLUTION_WRITER,
479+
ROLE_ORGANIZATION_USER,
479480
ROLE_ORGANIZATION_ADMIN,
480481
ROLE_ORGANIZATION_COLLABORATOR,
481482
ROLE_ORGANIZATION_MODELER,

0 commit comments

Comments
 (0)