-
Notifications
You must be signed in to change notification settings - Fork 446
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
[Server config] Speed up bootstrap package delivery w/ CloudFront #24702
Conversation
Co-authored-by: Rachael Shaw <r@rachael.wtf>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
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.
Dev note:
-
If user configure
s3_software_installers_cloudfront_url_signing_public_key_id
ors3_software_installers_cloudfront_url_signing_private_key
without previously configurings3_software_installers_cloudfront_url
, show error:Error: Couldn't configure. "s3_software_installers_cloudfront_url" must be set to use `s3_software_installers_cloudfront_url_signing_public_key_id` and `s3_software_installers_cloudfront_url_signing_private_key`.
-
If user configure
s3_software_installers_cloudfront_url
and one ofs3_software_installers_cloudfront_url_signing_public_key_id
ands3_software_installers_cloudfront_url_signing_private_key
, show error:Error: Couldn't configure. Both `s3_software_installers_cloudfront_url_signing_public_key_id` and `s3_software_installers_cloudfront_url_signing_private_key` must be set for URL signing.
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.
If user configure s3_software_installers_cloudfront_url
only, show error:
Error: Couldn't configure. Both `s3_software_installers_cloudfront_url_signing_public_key_id` and `s3_software_installers_cloudfront_url_signing_private_key` must be set when CloudFront distribution URL is set.
Related to: #23823