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

Cognito User Pool: Add support for case sensitivity flag #12094

Closed
bacoboy opened this issue Feb 19, 2020 · 4 comments · Fixed by #12317
Closed

Cognito User Pool: Add support for case sensitivity flag #12094

bacoboy opened this issue Feb 19, 2020 · 4 comments · Fixed by #12317
Assignees
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Milestone

Comments

@bacoboy
Copy link

bacoboy commented Feb 19, 2020

Amazon recently announced a setting on user pools in cognito to ignore case. The default is case sensitive so:

Joe.Smith@example.com

is a different user than:

joe.smith@example.com

Turning this flag on says these are the same thing.

On the command line, I believe this maps to the --username-configuration flag which takes a new json blob:

{
  "CaseSensitive": true|false
}

or the shorthand:

CaseSensitive=boolean

Reference

@bacoboy bacoboy added the enhancement Requests to existing resources that expand the functionality or scope. label Feb 19, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 19, 2020
@bflad bflad added service/cognito and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 17, 2020
@bflad bflad self-assigned this Mar 17, 2020
@bflad bflad added this to the v2.54.0 milestone Mar 17, 2020
@bflad
Copy link
Contributor

bflad commented Mar 17, 2020

Support for an username_configuration configuration block in the aws_cognito_user_pool resource has been merged and will release with version 2.54.0 of the Terraform AWS Provider, later this week. Thanks to @garretruh for the implementation. 👍

@ghost
Copy link

ghost commented Mar 19, 2020

This has been released in version 2.54.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@bacoboy
Copy link
Author

bacoboy commented Mar 20, 2020

Thanks @bflad for pushing this (and others) across the finish line! 🏁

@ghost
Copy link

ghost commented Apr 16, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants