Skip to content

Extend support for group-level service-accounts #2946

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

Open
MikeBlomm opened this issue Aug 7, 2024 · 4 comments
Open

Extend support for group-level service-accounts #2946

MikeBlomm opened this issue Aug 7, 2024 · 4 comments
Labels
EE Issues related to the enterprise version of GitLab good first issue

Comments

@MikeBlomm
Copy link

In addition of issue 2812 and feature 2851 it would be nice to extend the interaction with group-level service-accounts.

Currently only creation is supported, but it would be a nice feature to also support listing and deleting of service-accounts under a specific group.

API documentation:

@nejch
Copy link
Member

nejch commented Aug 7, 2024

Thanks for the report @MikeBlomm.

For anyone interested, this should be pretty easy to add by adding the ListMixin and DeleteMixin to the manager and ObjectDeleteMixin to the object, based on this initial PR #2851. We'd just appreciate some tests to go along with it 🙇

@nejch nejch added good first issue EE Issues related to the enterprise version of GitLab labels Aug 7, 2024
@ka28kumar
Copy link
Contributor

Hello @nejch,
I'm new to OSS and would love to take this up.
Thanks!

@nejch
Copy link
Member

nejch commented Aug 13, 2024

Thanks a lot @ka28kumar if you'd like to open a PR I'd be happy to review! Let me know if you have any questions.

@djmcgreal-cc
Copy link

Also, token creation for service accounts?

zapp42 pushed a commit to zapp42/python-gitlab that referenced this issue Jan 29, 2025
zapp42 pushed a commit to zapp42/python-gitlab that referenced this issue Jan 29, 2025
zapp42 pushed a commit to zapp42/python-gitlab that referenced this issue Jan 29, 2025
zapp42 pushed a commit to zapp42/python-gitlab that referenced this issue Feb 8, 2025
zapp42 pushed a commit to zapp42/python-gitlab that referenced this issue Feb 8, 2025
JohnVillalovos pushed a commit to zapp42/python-gitlab that referenced this issue Apr 17, 2025
JohnVillalovos pushed a commit to zapp42/python-gitlab that referenced this issue Jun 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EE Issues related to the enterprise version of GitLab good first issue
Projects
None yet
Development

No branches or pull requests

4 participants