Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Authentication for GRPC APIs #78

Open
dschowta opened this issue Jul 7, 2020 · 2 comments
Open

Authentication for GRPC APIs #78

dschowta opened this issue Jul 7, 2020 · 2 comments
Labels
enhancement New feature or request priority High priority

Comments

@dschowta
Copy link
Member

dschowta commented Jul 7, 2020

No description provided.

@dschowta dschowta added the enhancement New feature or request label Jul 7, 2020
@dschowta dschowta changed the title Authenticaiton for GRPC APIs Authentication for GRPC APIs Jul 7, 2020
@farshidtz farshidtz added the priority High priority label Jul 8, 2020
@dschowta
Copy link
Member Author

dschowta commented Sep 4, 2020

Authentication can be achieved through the following

  1. GRPC API to use the HTTP middleware for authorization. This has a drawback since the subscription API is intended to run for long time and by that time, the auth tokens might expire.
  2. TLS based authentication is the best suited method so far where clients and servers can authenticate each other. Client keys can be kept in a trusted repository (TDD??)

@dschowta
Copy link
Member Author

dschowta commented Mar 31, 2021

tasks:

  • TLS implementation
  • Documentation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request priority High priority
Projects
None yet
Development

No branches or pull requests

2 participants