Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds X509 workload cert logic #1527

Merged
merged 8 commits into from
Jun 10, 2024
Prev Previous commit
Next Next commit
Adds comment with more explanation
  • Loading branch information
aeitzman committed Jun 10, 2024
commit 75121eb2e0ae2034ded76620b34ce57c80def4a8
3 changes: 2 additions & 1 deletion google/auth/transport/_mtls_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def _check_dca_metadata_path(metadata_path):


def _load_json_file(path):
"""Reads and loads JSON from the given path.
"""Reads and loads JSON from the given path. Used to read both X509 workload certificate and
secure connect configurations.

Args:
path (str): the path to read from.
Expand Down