Skip to content

Commit

Permalink
Merge pull request #4939 from dewniMW/org-conf
Browse files Browse the repository at this point in the history
Add configs related to organization configuration management
  • Loading branch information
dewniMW authored Sep 22, 2023
2 parents dd43cde + b235639 commit 4f91d6f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,18 @@
<Permissions>/permission/admin/manage/identity/organizationmgt/delete</Permissions>
<Scopes>internal_organization_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="GET">
<Permissions>/permission/admin/manage/identity/configmgt/view</Permissions>
<Scopes>internal_config_mgt_view</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="POST">
<Permissions>/permission/admin/manage/identity/configmgt/add</Permissions>
<Scopes>internal_config_mgt_add</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="DELETE">
<Permissions>/permission/admin/manage/identity/configmgt/delete</Permissions>
<Scopes>internal_config_mgt_delete</Scopes>
</Resource>
<Resource context="(.*)/api/users/v1/me/organizations/root" secured="true" http-method="GET">
<Permissions>none</Permissions>
<Scopes>internal_login</Scopes>
Expand Down Expand Up @@ -2276,6 +2288,7 @@
<Path>/api/server/v1/validation-rules</Path>
<Path>/api/users/v1/([^/]+)/sessions</Path>
<Path>/api/server/v1/guests</Path>
<Path>/api/server/v1/organization-configs</Path>
</SubPaths>
</Context>
<Context>
Expand All @@ -2296,6 +2309,7 @@

<OrgRoutingOnlySupportedAPIPaths>
<Path>/api/server/v1/organizations</Path>
<Path>/api/server/v1/organization-configs</Path>
<Path>/api/users/v1/me/organizations</Path>
</OrgRoutingOnlySupportedAPIPaths>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2965,6 +2965,18 @@
<Permissions>/permission/admin/manage/identity/organizationmgt/delete</Permissions>
<Scopes>internal_organization_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="GET">
<Permissions>/permission/admin/manage/identity/configmgt/view</Permissions>
<Scopes>internal_config_mgt_view</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="POST">
<Permissions>/permission/admin/manage/identity/configmgt/add</Permissions>
<Scopes>internal_config_mgt_add</Scopes>
</Resource>
<Resource context="(.*)/api/server/v1/organization-configs/discovery" secured="true" http-method="DELETE">
<Permissions>/permission/admin/manage/identity/configmgt/delete</Permissions>
<Scopes>internal_config_mgt_delete</Scopes>
</Resource>
<Resource context="(.*)/api/users/v1/me/organizations/root" secured="true" http-method="GET">
<Permissions>none</Permissions>
<Scopes>internal_login</Scopes>
Expand Down Expand Up @@ -3247,6 +3259,7 @@
<Path>/api/server/v1/expired-password-identification/password-expired-users</Path>
<Path>/api/server/v1/api-resources</Path>
<Path>/api/server/v1/extensions</Path>
<Path>/api/server/v1/organization-configs</Path>
</SubPaths>
</Context>
<Context>
Expand All @@ -3273,6 +3286,7 @@

<OrgRoutingOnlySupportedAPIPaths>
<Path>/api/server/v1/organizations</Path>
<Path>/api/server/v1/organization-configs</Path>
<Path>/api/users/v1/me/organizations</Path>
</OrgRoutingOnlySupportedAPIPaths>

Expand Down

0 comments on commit 4f91d6f

Please sign in to comment.