You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BB-1202] Refactoring connector without GitLab SDK (#49)
* list only owned groups and projects to avoid 403 error on listing users
* Refactoring connector without GitLab SDK
* Refactoring connector without GitLab SDK
* Apply cursor bot review suggestions
* Apply cursor bot review suggestions
* fix: close response body to avoid lint error
* Apply suggestions from Luisina and Agustín
- Improved Validate and getGroupID functions for account provisioning flag, to handle duplicate group names
- Added validation: disallow grants to subgroups with minimal access
* Refactor: Improve group search and validation logic
* refactor: Simplify subgroup validation check
* Fix cloud pagination for members and invites
* Apply cursor bot review suggestions
---------
Co-authored-by: Luisina Santos <luisina.santos@conductorone.com>
Copy file name to clipboardExpand all lines: docs/doc-info.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ While developing the connector, please fill out this form. This information is n
41
41
42
42
1. What credentials or information are needed to set up the connector? (For example, API key, client ID and secret, domain, etc.)
43
43
- DC version (on-premise/self-hosted): Requires an API key and a base url. Args: --access-token and --base-url
44
-
- Cloud version: Requires an API key and a group already created in gitlab for account creation and synchronization. Args --access-token and --account-creation-group
44
+
- Cloud version: Requires an API key for synchronization. To enable account provisioning or deprovisioning, you must also provide the name of an existing GitLab group — only users within this group can be added or removed.
45
+
Use the --access-token and --account-creation-group arguments
0 commit comments