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: add mTLS ADC support for HTTP #453

Closed
wants to merge 2 commits into from
Closed

feat: add mTLS ADC support for HTTP #453

wants to merge 2 commits into from

Conversation

arithmetic1728
Copy link
Contributor

This PR adds mTLS ADC support for HTTP (AuthorizedSession and AuthorizedHttp).

go/adc-for-dca-python

Please ignore _mtls_helper.py and test__mtls_helper.py for now. These two files are duplicates (actually added one more function) of these in PR: #448. I will update these two files after that PR is submitted.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 7, 2020
# See the License for the specific language governing permissions and
# limitations under the License.

"""Helper functions for getting mTLS cert and key, for internal use only."""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think Internal use only is the right messaging here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what should the right messaging here?

@arithmetic1728
Copy link
Contributor Author

Moving the code to a branch in the library instead of my forked library to avoid commit conflicts. Please see PR #457 instead. Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants