Skip to content

Commit

Permalink
workspace: upgrade aws cert bundle sha (#7441)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored and iain-macdonald committed Sep 12, 2024
1 parent 336bbfe commit 5833ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ web_test_go_repositories()
http_file(
name = "aws_rds_certs",
downloaded_file_path = "rds-combined-ca-bundle.pem",
sha256 = "d72191eaa5d48fe2b6e044a0ae0b0e9f35e325b34b1ecab6ffe11d490d5cdb8f",
sha256 = "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede",
url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem",
)

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ web_test_go_repositories()
http_file(
name = "aws_rds_certs",
downloaded_file_path = "rds-combined-ca-bundle.pem",
sha256 = "d72191eaa5d48fe2b6e044a0ae0b0e9f35e325b34b1ecab6ffe11d490d5cdb8f",
sha256 = "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede",
url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem",
)

Expand Down

0 comments on commit 5833ec3

Please sign in to comment.