-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feature: sts endpoint support #784
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
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This appears to be a issue with the build outside of the scope of the changes in this PR as it is also seen in #786. Thus ready for review. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The issue has been fixed in the PR #776
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Failure of test here _________________________ test_horovod_local_mode[2-2] _________________________
tests/integ/test_horovod.py:93: file = 'rank-0'
E FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-root/pytest-2/popen-gw9/test_horovod_local_mode_2_2_0/rank-0' tests/integ/test_horovod.py:102: FileNotFoundError |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Closing, as I need to change this entirely. Because of the way deploy and other methods call get_default_bucket, This will be a poor design pattern. Instead, I will need to pass the STS endpoint during SageMaker session initialization and then check STS endpoint URL in the functions. |
Issue #, if available: N/A
Description of changes:
Added the ability to pass an optional STS endpoint URL. This optional STS url allows the override of the global endpoint for regional ones.
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.