-
Notifications
You must be signed in to change notification settings - Fork 732
feat(sagemaker): free tier Q Chat with auto-login for iam users and login option for pro tier users #5886
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
Conversation
|
This pull request modifies code in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required. |
|
/runIntegrationTests. |
|
/runIntegrationTests |
|
This re-opens reverted PR: #5858 |
SM IAM permissions have been working as of v1.99 and now it's broken. This change brings it back to support code completion for SM code editor
| # - "HTTPError: Response code …": caused by github rate-limiting. | ||
| # - "npm WARN deprecated querystring": transitive dep of aws sdk v2 (check `npm ls querystring`), so that's blocked until we migrate to v3. | ||
| _ignore_pat='Timed-out waiting for browser login flow\|HTTPError: Response code 403\|HTTPError: Response code 404\|npm WARN deprecated querystring' | ||
| _ignore_pat='Timed-out waiting for browser login flow\|HTTPError: Response code 403\|HTTPError: Response code 404\|npm WARN deprecated querystring\|npm WARN deprecated' |
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.
This defeats the intention of one of our CI checks. In the future, please callout this kind of change in the PR description.
We'll accept this as a temporary workaround, but need to find something more granular.
hayemaxi
left a comment
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.
pre-approved in #5858
Problem
AmazonQ
Solution
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.