Skip to content
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

chore: Remove AWS Cert hash check #562

Merged
merged 2 commits into from
Nov 15, 2024
Merged

chore: Remove AWS Cert hash check #562

merged 2 commits into from
Nov 15, 2024

Conversation

cmaddox5
Copy link
Contributor

Hash is outdated. Got the new one using curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem | shasum -a 256.

Is this check useful? It being outdated results in deployment errors and we end up needing to blindly follow whatever the curl command returns anyway.

@cmaddox5 cmaddox5 requested a review from a team as a code owner November 15, 2024 14:20
Copy link
Contributor

@digitalcora digitalcora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this check useful?

I'm not entirely convinced it is; it seems some other teams have already dropped it. The scenarios it would protect against are fairly esoteric, and I haven't found any recommendation from AWS itself that users of the bundle should be doing this check.

@cmaddox5
Copy link
Contributor Author

If we are ok removing it, happy to tackle that now.

@cmaddox5 cmaddox5 changed the title fix: AWS Cert hash chore: Remove AWS Cert hash check Nov 15, 2024
@cmaddox5 cmaddox5 merged commit d63e48d into main Nov 15, 2024
2 checks passed
@cmaddox5 cmaddox5 deleted the cm/update-cert-hash branch November 15, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants