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

Bugfix/SK-737 | Conflict in auth metadata in grpc client #554

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

Wrede
Copy link
Collaborator

@Wrede Wrede commented Mar 22, 2024

authorization metadata with token was added both by the metadata plugin as well as manually in each grpc stub call.

A secure channel must be used to make use of token authentication. If one would like to use an insecure channel (without TLS/SSL) but still have token authentication, then one has to modify the client and use self._add_grpc_metadata("authorization", self.token)

@Wrede Wrede merged commit 2ce7abf into master Mar 25, 2024
15 checks passed
@Wrede Wrede deleted the bug/SK-737 branch March 25, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants