Requirements & Prerequisites
How to host Co-Auth on your infrastructure
Cloud First
Co-Auth is designed as as cloud first application. Meaning you need containerized environment for running Co-Auth
Co-Auth consists of multiple microservices
One or Many Postgres instance for persistent storage (depending on how you want your database i.e. tables spread in separate database as per microservice dependency or a single database)
Kafka for event streaming across microservices communication, logging, notification
Infinispan in-memory cache to help reduce operations on database
Kamelets for notifications
Istio, ELK (in upcoming releases)
Last updated