question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AWS IdentityStore client - There is no way to create users and groups

See original GitHub issue

Is your feature request related to a problem? Please describe. Via the console we can create users and groups in SSO, but there is no way to do that via boto3 (altough it seems there are some if we check the http traffic in the browser)

Describe the solution you’d like Like we have the list* methods we should have create* update* delete*

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
JPLachancecommented, Nov 2, 2021

Hello!

I’m seriously considering the adoption of AWS SSO right now. If we do, we definitely need the ability to manage users using Python code, since I don’t want to provision users manually.

Do we have an ETA for this feature?

From a quick inspect of the AWS Console, the API exists, we only need boto3 to support those API endpoints.

0reactions
tim-finnigancommented, Nov 3, 2022

Thanks for following up here! The IdentityStore team recently announced new APIs for managing users and groups so I think this issue can now be closed. Here is the boto3 IdentityStore documentation for reference.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CreateUser - Identity Store - AWS Documentation
Creates a new user within the specified identity store.
Read more >
Class: Aws::IdentityStore::Client — AWS SDK for Ruby V3
To construct a client, you need to configure a :region and :credentials . ... Checks the user's membership in all requested groups and...
Read more >
Users, groups, and provisioning - AWS IAM Identity Center ...
You can create groups and add users to the groups. IAM Identity Center does not support adding a group to a group (nested...
Read more >
create-user — AWS CLI 1.27.27 Command Reference
Description¶. Creates a new user within the specified identity store. See also: AWS API Documentation. Synopsis ...
Read more >
Welcome to the Identity Store API Reference
Learn how to use the Identity Store APIs. ... The scope of these APIs allows customers to create, read, update, delete, and list...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found