This project is a plugin to integrate Keycloak NodeJS Adapter in Express-Gateway
This project has been developed using the repository Keycloak plugins for Express-gateway as codebase.
TODO
- Installation
- Install dependencies
npm install
- Compilation
- Create build directory with full plugin version
npm run compile
- Package
- Compress build directory to express-gateway-keycloak.tgz file
npm run package
- Build
- Cleans build directory and runs compile and package sequentially
npm run build
- BuildDocker
- Runs build and creates a new docker image using Dockerfile
npm run buildDocker
- Repository setup
- Include more logs
- New enforce policy defined based on Corinne work