Skip to content

feat(mtls): Add support for X.509-based mTLS-transport in Java GAX lib #3852

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

andyrzhao
Copy link

Fixes #3851

  • Refactors mTLS code path to use new CertificateBasedAccess class to determine mTLS behavior based on env vars.
  • Refactors mTLS code path to use DefaultMtlsProviderFactory from Java auth lib for creating a default mTLS provider using either the legacy SecureConnect mtls provider or the newer X.509 mtls provider, depending on availability.

@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement X.509 WIF mTLS-transport support in Java Gax lib
1 participant