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

Authenticate Admin API #13

Open
2 tasks
bbengfort opened this issue Dec 22, 2020 · 0 comments
Open
2 tasks

Authenticate Admin API #13

bbengfort opened this issue Dec 22, 2020 · 0 comments

Comments

@bbengfort
Copy link
Collaborator

The directory service admin API is not authenticated in anyway and as a result only has one RPC - review, which uses a random token for lightweight authentication. If the directory service was authenticated, it opens up the possibility for more management endpoints and a better DS admin UI.

Preferred authentication: an access/refresh token based scheme on login that works with gRPC; if needed we can also do mTLS authentication, but that is less preferred.

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant