0.1.0 • Published 3 years ago

auth-express-gateway-keycloak v0.1.0

Weekly downloads
5
License
Apache License, V...
Repository
-
Last release
3 years ago

Activage Express-gateway-Keycloak plugin

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.

Usage

TODO

Development

  • 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

Changelog

v1.16.7-debug

  • Repository setup
  • Include more logs
  • New enforce policy defined based on Corinne work

License