-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(IDM support): support IDM integration #153
Conversation
…hen the user has no roles
searchProvisionedConcurrency: 1 | ||
itemProvisionedConcurrency: 1 | ||
searchProvisionedConcurrency: 0 | ||
itemProvisionedConcurrency: 0 |
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.
sls deploy function
isn't compatible with provisioned concurrency... so I'd like to move this to zero for dev envs.
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.
Initial comments
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.
just the one comment but it looks good to me. 👍
🎉 This PR is included in version 1.5.0-val.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Purpose
This changeset adds conditional support for IDM as an upstream identity provider.
Linked Issues to Close
Closes https://qmacbis.atlassian.net/browse/OY2-24473
Approach
When IDM connection and auth information is passed through secrets manager to the deployment, the environment will deploy with IDM support.
Assorted Notes/Considerations/Learning