Permissions check, traffic restrictions service. Authenticating and limiting the requests from api-gateway
, create JWT and return to api-gateway
. You can specify which gateway-helper
to go through manager-service
, and configure the request to use the default gateway-helper
or the customized gateway-helper
for authentication and traffic restriction. At the same time, the service does not need to be restarted after the modification.
gateway-helper
demoeureka-server
, and the online operation needs to cooperate with go-register-server
.api-gateway
to complete the gateway functions such as authentication, rateLimit.eureka-server
mysql
,ensure that the database table of iam_service
has been initializedmvn spring-boot:run
go-register-server
: Registration serviceconfig-server
: Configuration servicemysql
:iam_service
databaseredis
: cachePull requests are welcome! Follow to know for more information on how to contribute.
api-gateway
to complete the gateway functions such as authentication, traffic restriction.