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

mTLS: allow gRPC TLS for all in one #3854

Merged
merged 4 commits into from Jan 3, 2023
Merged

mTLS: allow gRPC TLS for all in one #3854

merged 4 commits into from Jan 3, 2023

Conversation

wasaga
Copy link
Contributor

@wasaga wasaga commented Jan 3, 2023

Summary

Previously, it was not possible to enable TLS for gRPC listeners while running in the all in one mode.

This PR makes insecure_grpc an optional boolean (*bool), so that you may specify insecure_grpc: false now, and use any
of the provided.

It also explicitly uses internal gRPC endpoints for the authorize and databroker internal clusters while in the all in one
mode.

Related issues

User Explanation

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@coveralls
Copy link

coveralls commented Jan 3, 2023

Coverage Status

Coverage: 62.888% (+0.04%) from 62.851% when pulling f308015 on wasaga/aio-tls into 618b821 on main.

@wasaga wasaga marked this pull request as ready for review January 3, 2023 16:59
@wasaga wasaga requested a review from a team as a code owner January 3, 2023 16:59
@wasaga wasaga merged commit e019885 into main Jan 3, 2023
@wasaga wasaga deleted the wasaga/aio-tls branch January 3, 2023 17:45
@wasaga wasaga added the enhancement New feature or request label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants