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

plugin: allow security plugin to opt out service implementation #1052

Merged
merged 2 commits into from
Aug 13, 2020

Conversation

trung
Copy link
Contributor

@trung trung commented Aug 12, 2020

Security Plugin can optionally implement authentication manager or TLS configuration source.

A general contract is that if a GRPC service is not implemented in the plugin, GRPC codes.Unimplemented must be returned.

Security Plugin can optionally implement authentication manager or TLS configuration source.

A general contract is that if a GRPC service is not implemented in the plugin, GRPC `codes.Unimplemented` must be returned.
@jpmsam jpmsam merged commit de45c9b into Consensys:master Aug 13, 2020
@trung trung deleted the optional-auth-manager branch August 13, 2020 14:11
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