Welcome to Nucleus Auth Router version 1.4.7 !

If you see this page, the Nucleus Auth Router is successfully installed and working.

Changelog:

# 1.4.7

* OMPE-47215: addressing vulnerabilities

# 1.4.6

* OMPE-36211: addressing vulnerabilities

# 1.4.5

* CI changes

# 1.4.4

* CI changes

# 1.4.3

* Adding security scans

# 1.4.2

* Fixing versioning

# 1.4.1

* Update starlette dependency

# 1.4.0

* Switching base image to Ubuntu 22.04

# 1.3.0

* Service was renamed to Nucleus Auth Router
* Implemented OpenID Support
* Misc cleanups

# 1.2.5

* Update helm-tools

# 1.2.4

* SSO gateway
    * Encode RelayState with base64Url

# 1.2.3

* SSO gateway
    * Changed from_url64 to from_base64

# 1.2.1

* SSO gateway
    * Added custom index.html instead of nginx's default
    * Added ability to deploy SSO gateway without SSL
    * Added Helm chart
* CI
    * Added "Publish Helm chart" job

# 1.2.0

* SSO gateway
    * Switched to basexx module instead of ngx.base64
* Docker
    * Switched to approved ubuntu base image

# 1.1.0

* Docker
    * Added new variables NGINX_SSL_CRT_PATH, NGINX_SSL_KEY_PATH, NGINX_SSL_KEY_PASSWORD_FILE_PATH
    * Renamed NGINX_SSL_PASSWORD to NGINX_SSL_KEY_PASSWORD
    * Added ability to mount password file or set it with NGINX_SSL_KEY_PASSWORD variable
    * Redesigned stack config
* CI
    * Added Gitlab CI pipeline