-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add a ressource to manage group memberships #201
Comments
This issue has been automatically marked as |
Hello! If set to E. g. curl -v -X PUT \
-d '{"userId": "johndoe","source": "LDAP","firstName": "ignored","lastName": "ignored","emailAddress": "[email protected]","status": "active","roles": ["BIA-Write"]}' https://artefact-repo.al-h-konzern.de/service/rest/v1/security/users/johndoe \
-H "accept: application/json" -H "Content-Type: application/json"` Wouldn't that do the job if supported by the provider? Best regards |
@SebastianJ91 What do you mean by "groups"? Do you mean repository groups? And would a new |
@xgcssch The API does not offer the ability to create users with a |
As the group membership can only be managed via nexus_security_user ressource for now, it's not possible to add existing LDAP users to groups.
So please create a ressource to map existing users from data source to groups.
The text was updated successfully, but these errors were encountered: