-
Notifications
You must be signed in to change notification settings - Fork 287
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
Wandb SCIM py wrapper #519
Conversation
9b66415
to
58396a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work - this is really comprehensive. I've requested a couple of core changes, and changes to method names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. Requested more changes. I think some are repeat from last time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added a wrapper to call SCIM APIS for access management.
The provided code consists of three Python example modules:
custom_roles_example.py:
teams_example.py:
users_example.py:
Each module follows a similar structure:
Overall, this code facilitates interaction with a user management system through HTTP requests, covering various aspects such as managing custom roles, teams, and users.