Spring boot Microservice - 403 Forbidden Issue
Archived 3 years ago
D
direct_x_34
Copy Paster!
Hi , As I'ven't solved the okta issue for nearly one month, I created and auth service (creating user and login). I have a security problem about connection among auth service, api gateway and order service. After I created a user and then login, I tried to make a request to order service with hte usage of api gateway but I got 403 error. I couldn't solve the issue. I hope you can help me.
To run the app,
1 ) Run Service Registery (Eureka Server)
2 ) Run config server
3 ) Run zipkin and redis through these commands shown below on docker
docker run -d -p 9411:9411 openzipkin/zipkin
docker run -d --name redis -p 6379:6379 redis
4 ) Run api gateway
5 ) Run other services
Here is the link : https://github.com/Rapter1990/microservicecoursedailybuffer
