Skip to content

Add GL_GROUP to security-descriptor transform

Eric Eastwood requested to merge security-descriptor-transform into develop

Add GL_GROUP to security-descriptor transform

Part of https://gitlab.com/gitlab-org/gitter/webapp/issues/2393


Used in server/api/v1/common/create-security-resource.js#L44-47

For the security API routes:

  • /api/v1/groups/:groupId/security/
  • /api/v1/rooms/:roomId/security/

This endpoint is used for the permissions modal so you can switch from GitHub/GitLab backed to only extraAdmins. Once you switch, there isn't a way to go back. This will change when you can update to whatever backing in the future, https://gitlab.com/gitlab-org/gitter/webapp/issues/757

Edited by Eric Eastwood

Merge request reports