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

Latest commit

 

History

History
6 lines (5 loc) · 298 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 298 Bytes

Auth Daemon

Description

Auth Daemon is a microservice which provides api key authentication. Calls coming to prem-gateway are routed by traefik forward-auth middleware to auth daemon. Auth daemon checks if the api key is valid and if it is, it forwards the request to the appropriate service.