-
Notifications
You must be signed in to change notification settings - Fork 8
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
Refactored Cognito AAI from Data Portal stack #218
Conversation
williamputraintan
commented
Apr 5, 2022
•
edited by victorskl
Loading
edited by victorskl
- Break out Cognito User Pool and Identity Pool from Data Portal
- Imported existing resources
- Migrated terraform states
- Improved structure and code arrangement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, the plan is to refactor the TF code including their TF state migration into separate stack. It will get a bit touchy with state import, anyhow, in tick, next down the track. So, let me take it from here. Thanks for the try, Will!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Status: @victorskl will take over branch and follow up with changes.
* Renamed to Cognito AAI * Renamed and migrated terraform states * Improved structure and code arrangement * Improved README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay! This refactor is ready to go to this point. Going to merge in tick, next.
@williamputraintan Just FYI and, feel free to have a peek into diff. No action required on your side. |
Wondering what do you think of defining SSM Parameter for By this means, app that is defined here such as |
Yep; that was the initial idea, remember? You have faced issue trouble creating with CDK or something; in those early days for sscheck/status-page. Hence, we did this quickly here. |
Yup! The trouble was adding a new app_client to the same identity_pool. Realising that |
This are already in SSM; just that, they still bear |
Ah! Right, I remember now! Okay.
Understood. This can be done, yes. But, we probably wish to reduce multiple/many Identity Pools spinning up. We shall see; case by case basis, though. |
Yup sure! I was planning to move out |
Sure! ( My consideration is spinning up Identity Pool is free and I assume needing identity pool means that there is a specific need for that app 😅 ) |
Yup, yup, correct! |
Merging... |