-
Notifications
You must be signed in to change notification settings - Fork 34
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
allow missing trailing slashes in chainUploadLocation #970
Draft
jmhodges
wants to merge
7
commits into
main
Choose a base branch
from
allow-missing-trailing-slashes-in-chainUploadLocation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
allow missing trailing slashes in chainUploadLocation #970
jmhodges
wants to merge
7
commits into
main
from
allow-missing-trailing-slashes-in-chainUploadLocation
Commits on Sep 4, 2024
-
trim leading slash before uploading chains to S3
The stage environment went down for a while. The details of why can be found in AUT-231. One of the triggers was that aws-go-sdk-v2 no longer removes leading slashes from uploaded S3 key names like the v1 version of the library did. That caused some cascading failures leading to too many AWS CloudHSM slots being consumed. This change trims the leading slashes from the uploaded S3 key names for the contentsignaturepki certificate chains. This change also gets us closer to not needing to be careful about remembering to end chainUploadLocation strings with a slash with an application of `path.Join`. The `file://` handling elsewhere is still bugged. Updates AUT-233 Updates AUT-231
Configuration menu - View commit details
-
Copy full SHA for ea5f0b5 - Browse repository at this point
Copy the full SHA ea5f0b5View commit details -
started as just filepath.Join(target.Path, name) in writeLocalFile
Then noticed we were modifying http.Client live in the process
Configuration menu - View commit details
-
Copy full SHA for 50f6fb9 - Browse repository at this point
Copy the full SHA 50f6fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bd868 - Browse repository at this point
Copy the full SHA e0bd868View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bce66 - Browse repository at this point
Copy the full SHA a3bce66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fdb335 - Browse repository at this point
Copy the full SHA 0fdb335View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91d6ce - Browse repository at this point
Copy the full SHA b91d6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab08d2 - Browse repository at this point
Copy the full SHA 5ab08d2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.