-
Notifications
You must be signed in to change notification settings - Fork 4k
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: Add configuration for Threat Protection enforcement level for the UserPool construct #33393
Comments
As a workaround, it seems like it's possible to override it with a
|
Yes, while property override is always a working hack. We welcome PRs from the community to expose this to L2. |
@sashee https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-cognito/lib/user-pool.ts#L1162 |
I'm not sure that deprecating was the right move. I think the change was maybe not fully understood.
There already is a featurePlan? arg ! so perhaps we just need to un-deprecate advancedSecurityMode? |
found #32367 |
However the name is the same in the l1 |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
I could not find any way to set the Threat protection when using the UserPool construct.
To enable auth events logging I could configure the FeaturePlan but then there is no way to set the pool to audit.
This is possible with the CfnUserPool construct.
This should be configurable with the UserPool construct as well.
Use Case
I want to see the login, password change, and other events for users in a user pool. For this, I need to set two things:
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.176.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: