-
Notifications
You must be signed in to change notification settings - Fork 2
P4: Architecture Improvements
ramyaram2092 edited this page May 6, 2022
·
7 revisions
Our understanding of the Custos framework on a high level
Custos is a software framework that provides common security operations for science gateways, including user identity and access management, gateway tenant profile management, resource secrets management, and groups and sharing management
- Custos is developed on a microservice architecture
- The microservices within the custos framework communicates through gRPC protocol
- The microservice's endpoints are exposed through the envoy side car which takes care of the conversion of the rest calls to gRPC messages