|
|
|
|
|
by derefr
1540 days ago
|
|
> that repository-specific blocked-users lists is _probably_ going to be needed across every other service. Rather than a service acting as a shared upstream for multiple microservices, you might want to put this kind of generalized authorization into an API Gateway service that sits in front of multiple (internal or external) microservices. Compare/contrast: blocking malicious origin IP addresses in a firewall appliance. But substitute "IP address" with "API key", and "firewall appliance" with "load balancer." |
|