0

Add google cloud secret manager module to vpython.

This module is needed to store and retrieve credentials from within
model validation tests.

Bug: 303679677
Change-Id: Ia4583aff2d97c9280a03f618cce66bcb1a4fb515
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5436596
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Marco Georgaklis <mgeorgaklis@google.com>
Cr-Commit-Position: refs/heads/main@{#1284250}
This commit is contained in:
Marco Georgaklis
2024-04-09 02:24:07 +00:00
committed by Chromium LUCI CQ
parent 237bdd844d
commit c0179162a8

@ -611,3 +611,9 @@ wheel: <
name: "infra/python/wheels/zipp-py3"
version: "version:3.1.0"
>
# Used by //components/optimization_guide/internal/testing/run_model_validation_test.py
wheel: <
name: "infra/python/wheels/google-cloud-secret-manager-py2_py3"
version: "version:2.10.0"
>