Skip to content

Commit b34d7a2

Browse files
sluongngvadimberezniker
authored andcommitted
New cert bundle hash (#8121)
1 parent c68c4d8 commit b34d7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_
474474
http_file(
475475
name = "aws_rds_certs",
476476
downloaded_file_path = "rds-combined-ca-bundle.pem",
477-
sha256 = "390fdc813e2e58ec5a0def8ce6422b83d75032899167052ab981d8e1b3b14ff2",
477+
sha256 = "eb0f4a60ff3face9f464c983a1ba9a8564f1295eba3661937c91a184c7f7a587",
478478
url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem",
479479
)
480480

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ web_test_go_repositories()
554554
http_file(
555555
name = "aws_rds_certs",
556556
downloaded_file_path = "rds-combined-ca-bundle.pem",
557-
sha256 = "390fdc813e2e58ec5a0def8ce6422b83d75032899167052ab981d8e1b3b14ff2",
557+
sha256 = "eb0f4a60ff3face9f464c983a1ba9a8564f1295eba3661937c91a184c7f7a587",
558558
url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem",
559559
)
560560

0 commit comments

Comments
 (0)