We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce8b4e commit c3c2cb6Copy full SHA for c3c2cb6
src/main/kotlin/com/cosmotech/api/security/AbstractSecurityConfiguration.kt
@@ -162,6 +162,15 @@ internal fun endpointSecurityReaders(
162
customOrganizationViewer: String
163
) =
164
listOf(
165
+ CsmSecurityEndpointsRolesReader(
166
+ paths = listOf("/about"),
167
+ roles =
168
+ arrayOf(
169
+ ROLE_ORGANIZATION_USER,
170
+ ROLE_ORGANIZATION_VIEWER,
171
+ customOrganizationUser,
172
+ customOrganizationViewer),
173
+ customAdmin = customOrganizationAdmin),
174
CsmSecurityEndpointsRolesReader(
175
paths = PATHS_CONNECTORS,
176
roles =
0 commit comments