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

adds a workflow for detecting changes to the RDS CA bundle #330

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

coreypurcell
Copy link
Contributor

@coreypurcell coreypurcell commented Oct 29, 2024

Testing:

  1. Ran the workflow at a more frequent period
  2. it ran when no changes were detected and no PR was created
  3. changed the URL to be a different pem file from AWS (the us-east-1)
  4. workflow ran and created a PR

id: compare
run: |
wget -q https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -O /tmp/global-bundle.pem
if cmp —silent — /tmp/global-bundle.pem heroku-24/rds-global-bundle.pem; then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I chose simplicity over being exhaustive, I figure we don't add many new base images, so keeping this workflow updated isn't too hard

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.

1 participant