Skip to content

Repository files navigation

Spring cloud complex application

Quality Gate Status

Maven pipeline (release-hotfix)

Maven pipeline (feature-bugfix)

# run jwt
$ docker-compose -f docker-compose.yml -f docker-compose.jwt.yml up --build -d
# run oauth
$ docker-compose -f docker-compose.yml -f docker-compose.oauth.yml up --build -d
# run jwt with metrics to influx
$ docker-compose -f docker-compose.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log 
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log and metrics to influx 
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d

JWT keygen

keytool -genkey -alias env-authorization -keystore ~/env-authorization.p12 -storetype PKCS12 -keyalg RSA -keysize 4096
openssl pkcs12 -info -in ~/env-authorization.p12 -nodes 

About

spring cloud application

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages