jhipster-registry

More than one gateway in jhipster

浪子不回头ぞ 提交于 2019-12-08 03:33:00
问题 Is it bad practice and what are possible consequences of having more than one gateway applications in the jhipster stack. I am working on an application that has user part and admin part which are very different. The idea is to have 2 gateways, one for user web app and one for admin web app. Both of them would have their own microservice as backend. Plus there is third shared microservice that contains common functionality. So it looks like this: user web app (gateway) admin web app (gateway)

How to fix Invalid JWT with JHipster Registry [Docker]?

为君一笑 提交于 2019-12-01 11:59:17
问题 I want to build a microservices software with JHipster. I'm running jhipster-registry:v3.2.4 into Docker, i also have a microservice application (create with generator 5.0.1) but i do no generate a gateway application. I set the profiles in docker-compose.yml with: dev and native I setted the JWT Secret in Docker Compose file. I added configurations files into : central-config folder I setted the jwt for my microservice into all possible *.yml files but on the registry UI, when i'm trying to

How to fix Invalid JWT with JHipster Registry [Docker]?

試著忘記壹切 提交于 2019-12-01 11:50:14
I want to build a microservices software with JHipster. I'm running jhipster-registry:v3.2.4 into Docker, i also have a microservice application (create with generator 5.0.1) but i do no generate a gateway application. I set the profiles in docker-compose.yml with: dev and native I setted the JWT Secret in Docker Compose file. I added configurations files into : central-config folder I setted the jwt for my microservice into all possible *.yml files but on the registry UI, when i'm trying to access microservices logs or metrics, i got an Exception : Invalid JWT Signature. As you use the native