Skip to content

fix: disable Cognito self sign-up by default#115

Merged
konokenj merged 2 commits intoaws-samples:mainfrom
badmintoncryer:fix/disable-self-signup
Mar 20, 2026
Merged

fix: disable Cognito self sign-up by default#115
konokenj merged 2 commits intoaws-samples:mainfrom
badmintoncryer:fix/disable-self-signup

Conversation

@badmintoncryer
Copy link
Copy Markdown
Contributor

Summary

  • Set selfSignUpEnabled to false on the Cognito UserPool so that only administrators can create users
  • Improves default security posture of the starter kit

Closes #106

Set selfSignUpEnabled to false so that only administrators can create
users, improving the security posture of the starter kit.

Closes aws-samples#106
@badmintoncryer badmintoncryer changed the title fix(auth): disable Cognito self sign-up by default fix(cdk): disable Cognito self sign-up by default Mar 19, 2026
@badmintoncryer badmintoncryer changed the title fix(cdk): disable Cognito self sign-up by default fix(auth): disable Cognito self sign-up by default Mar 19, 2026
@badmintoncryer badmintoncryer changed the title fix(auth): disable Cognito self sign-up by default fix(cdk): disable Cognito self sign-up by default Mar 19, 2026
@badmintoncryer badmintoncryer changed the title fix(cdk): disable Cognito self sign-up by default fix: disable Cognito self sign-up by default Mar 20, 2026
Copy link
Copy Markdown
Contributor

@konokenj konokenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for your contribution!

@konokenj konokenj merged commit 9396e6f into aws-samples:main Mar 20, 2026
5 of 6 checks passed
@badmintoncryer badmintoncryer deleted the fix/disable-self-signup branch March 20, 2026 00:54
konokenj pushed a commit that referenced this pull request Mar 22, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](v2.0.0...v2.1.0)
(2026-03-22)


### Features

* add /update-snapshot comment trigger to update_snapshot workflow
([764a4fa](764a4fa))
* add CloudWatch LogGroup with retention policy to Lambda functions
([#117](#117))
([53877bb](53877bb)),
closes
[#103](#103)
* **database:** enable Data API and connection logging
([#123](#123))
([e32dc7a](e32dc7a))
* increase webapp Lambda memory from 512MB to 1024MB
([#116](#116))
([03c5a00](03c5a00)),
closes
[#101](#101)


### Bug Fixes

* add lambda:InvokeFunction permission for CloudFront OAC
([#83](#83))
([3cc66bf](3cc66bf))
* **auth:** improve auth error handling and fix Link CORS issue
([#120](#120))
([84be605](84be605))
* disable Cognito self sign-up by default
([#115](#115))
([9396e6f](9396e6f)),
closes
[#106](#106)
* prevent CloudFront cache poisoning for Next.js RSC responses
([#119](#119))
([70cddda](70cddda))
* **prisma:** add retry for Aurora Serverless v2 connection errors
([#121](#121))
([7c05dfb](7c05dfb))
* support Amazon Linux 2023 for NAT instance
([#81](#81))
([0c41aa8](0c41aa8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cognito UserPoolのselfSignUpEnabledデフォルトをfalseに変更する

2 participants