-
Notifications
You must be signed in to change notification settings - Fork 342
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
s3_object fails with boto3.exceptions.S3UploadFailedError because of permission issues #1503
Comments
Wasn't this fixed by 86b20e9 I can't figure out what happened to this... |
"It's complicated". There are actually multiple issues at play here.
IMO This specific issue should be closed "WONTFIX" or "NOTABUG":
@jillr @alinabuzachis - thoughts? |
@alinabuzachis: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this issue with this template: |
…#1503) Change name of server certs in integration tests SUMMARY There is a mismatch in the terminator repo for the permissions on iam server certs and the terminator class for server certs. This has led to the CI account reaching the quota for server certs, as some of the older certs are not getting cleaned up. I don't know the reasoning behind limiting the terminator class to only certs prefixed with ansible-test. The safest option here seems to be to change the permissions to only allow creating certs with this prefix. Once this update is merged I'll change the permissions on the terminator repo and manually clear out the older certs. ISSUE TYPE COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
Summary
fails with
Issue Type
CI Bug Report
CI Jobs
No response
Pull Request
No response
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: