Skip to content

Commit

Permalink
New cert bundle hash (#8121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Jan 7, 2025
1 parent 9a0a81c commit 0335014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_
http_file(
name = "aws_rds_certs",
downloaded_file_path = "rds-combined-ca-bundle.pem",
sha256 = "390fdc813e2e58ec5a0def8ce6422b83d75032899167052ab981d8e1b3b14ff2",
sha256 = "eb0f4a60ff3face9f464c983a1ba9a8564f1295eba3661937c91a184c7f7a587",
url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem",
)

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

Expand Down

0 comments on commit 0335014

Please sign in to comment.