Skip to content

Credstore is a centralized auth server grpc, grpc-authorization, grpc-service, jwt, picoprod

License

Notifications You must be signed in to change notification settings

colorlesshomi/credstore

Repository files navigation

Credstore

Docker Repository on Quay

This is not an official Google product

Credstore is a centralized server providing authentication-by-proxy model. Users or services can trade auth tokens for per-service per-rpc tokens.

Sample config

scopes:
- name: vmregistry-all
  service: api.VMRegistry
  method: '*'
- name: keyserver-all
  service: api.KeyServer
  method: '*'

clients:
- vmregistry
- metaserver
- keyserver
- microdhcpd

authorizations:
- {client: metaserver, scope: vmregistry-all, via: vmregistry.global.example.com}
- {client: metaserver, scope: keyserver-all,  via: keyserver.global.example.com}
- {client: microdhcpd, scope: vmregistry-all, via: vmregistry.global.example.com}

About

Credstore is a centralized auth server grpc, grpc-authorization, grpc-service, jwt, picoprod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published