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: enable self signed jwt for http #1000

Merged
merged 1 commit into from
Sep 30, 2021
Merged

feat: enable self signed jwt for http #1000

merged 1 commit into from
Sep 30, 2021

Conversation

arithmetic1728
Copy link
Collaborator

enable self signed JWT for http so it is now available for all transports.

@arithmetic1728 arithmetic1728 requested a review from a team as a code owner September 29, 2021 21:27
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 29, 2021
@arithmetic1728 arithmetic1728 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 29, 2021
@arithmetic1728 arithmetic1728 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 30, 2021
@arithmetic1728 arithmetic1728 merged commit 5f87973 into master Sep 30, 2021
@arithmetic1728 arithmetic1728 deleted the jwt_http branch September 30, 2021 20:13
Transport == type(self).get_transport_class("grpc")
or Transport == type(self).get_transport_class("grpc_asyncio")
),
always_use_jwt_access=True,
Copy link
Contributor

Choose a reason for hiding this comment

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

Note, this is still uner if "grpc" condition, but in tests it always assumes it is always_use_jwt_access=True

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.

3 participants