Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ability to create service accounts which was introduced i… #689

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

vmlrodrigues
Copy link
Contributor

Implemented ability to create service accounts which was introduced in GitLab v16.1. This type of user does not take up a license seat and can only be created through the API. Also implemented the ability to create, rotate and revoke personal access tokens as these can also not be created through the GitLab web UI for service accounts.

I've only tested these new methods on Self-managed GitLab. The Gitlab.create_service_account method will only work on Self-managed and service accounts need to be created in the context of a group on GitLab.com.

…n GitLab v16.1. This type of user does not take up a license seat and can only be created through the API. Also implemented the ability to create, rotate and revoke personal access tokens as these can also not be created through the GitLab web UI.
@NARKOZ NARKOZ merged commit 567fbbf into NARKOZ:master Jun 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants