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

Support creating IdentityStore / SSO Users (AWS::IdentityStore::User) #1801

Open
blimmer opened this issue Sep 25, 2023 · 1 comment
Open
Labels
Coverage NewResource New Resource Request

Comments

@blimmer
Copy link

blimmer commented Sep 25, 2023

Name of the resource

Other

Resource name

AWS::IdentityStore::User

Description

I'd like to be able to manage Identity Center users via CloudFormation. I think you'd need to use the following APIs:

https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html
https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.html
https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.html

Other Details

No response

@cfn-github-issues-bot cfn-github-issues-bot added this to Researching in coverage-roadmap Sep 25, 2023
@prerna-p prerna-p added the NewResource New Resource Request label Oct 25, 2023
@cfn-github-issues-bot cfn-github-issues-bot moved this from Researching to Coming Soon in coverage-roadmap Oct 25, 2023
@blimmer
Copy link
Author

blimmer commented Nov 8, 2023

Also, it would be great to support CloudFormation imports of these resources (e.g., list it here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html), since I've been using a CloudFormation Custom Resource to create these users.

Without import support, users would need to recreate their logins, which would be a pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Coverage NewResource New Resource Request
Projects
coverage-roadmap
  
Coming Soon
Development

No branches or pull requests

2 participants