Skip to content

Commit 3d90dc9

Browse files
Brian Orrcfrantz
authored andcommitted
[kmsp11] Update libkmsp11 to v1.8
The latest libkmsp11 release adds support for authenticating with Cloud KMS using Google Compute Engine credentials. This allows a VM runing as a service account to query the GCE metadata server for its credentials instead of using an Application Default Credentials file. Signed-off-by: Brian Orr <[email protected]> (cherry picked from commit c84ff7e)
1 parent 53f8d5a commit 3d90dc9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/hsm/extensions.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _hsm_repos():
3737
http_archive(
3838
name = "cloud_kms_hsm",
3939
build_file = Label("//third_party/hsm:BUILD.cloud_kms_hsm.bazel"),
40-
url = "https://github.com/GoogleCloudPlatform/kms-integrations/releases/download/pkcs11-v1.2/libkmsp11-1.2-linux-amd64.tar.gz",
41-
strip_prefix = "libkmsp11-1.2-linux-amd64",
42-
sha256 = "81fff58d5835f05d550ff86c88fa6fb92a733bde8b232e1482d85a3cf07c6396",
40+
url = "https://github.com/GoogleCloudPlatform/kms-integrations/releases/download/pkcs11-v1.8/libkmsp11-1.8-linux-amd64.tar.gz",
41+
strip_prefix = "libkmsp11-1.8-linux-amd64",
42+
sha256 = "3b932f22a8abb631442c3276e9c309554c81855526b74fbc9edaddcb57a557f7",
4343
)

0 commit comments

Comments
 (0)