8000 Add support for using `ssl_credentials` and `attempt_direct_path` in `google.api_core.grpc_helpers.create_channel` · Issue #590 · googleapis/python-api-core · GitHub
[go: up one dir, main page]

Skip to content
Add support for using ssl_credentials and attempt_direct_path in google.api_core.grpc_helpers.create_channel #590
Open
@parthea

Description

@parthea

Related to PR #583, it is not supported to use attempt_direct_path and ssl_credentials because we use grpc.compute_engine_channel_credentials for Direct Path which doesn't support passing ssl_credentials. Support for mTLS and Direct Path will be added later.

See the comment below

    # if `ssl_credentials` is set, use `grpc.composite_channel_credentials` instead of
    # `grpc.compute_engine_channel_credentials` as the former supports passing
    # `ssl_credentials` via `channel_credentials` which is needed for mTLS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0