From 4157f10e3fccf7ed4c2b9c760d3bcabb11ebac90 Mon Sep 17 00:00:00 2001
From: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Date: Wed, 20 Nov 2024 16:08:54 +0300
Subject: [PATCH] chore(release): release 1.1.6 (#10201)
* chore(release): release 1.1.6
* ci: adjust workflow runs
---
.github/workflows/build-docker-image.yml | 4 --
.github/workflows/build-test.yml | 19 ++++-
.github/workflows/test-microk8s.yml | 1 -
agama/pom.xml | 2 +-
agama/transpiler/pom.xml | 2 +-
charts/janssen-all-in-one/Chart.yaml | 6 +-
charts/janssen-all-in-one/README.md | 12 ++--
charts/janssen-all-in-one/values.yaml | 6 +-
charts/janssen/Chart.yaml | 52 +++++++-------
charts/janssen/README.md | 72 +++++++++----------
.../auth-server-key-rotation/Chart.yaml | 4 +-
.../charts/auth-server-key-rotation/README.md | 4 +-
.../auth-server-key-rotation/values.yaml | 2 +-
charts/janssen/charts/auth-server/Chart.yaml | 4 +-
charts/janssen/charts/auth-server/README.md | 4 +-
charts/janssen/charts/auth-server/values.yaml | 2 +-
charts/janssen/charts/casa/Chart.yaml | 4 +-
charts/janssen/charts/casa/README.md | 4 +-
charts/janssen/charts/casa/values.yaml | 2 +-
.../charts/cn-istio-ingress/Chart.yaml | 4 +-
.../janssen/charts/cn-istio-ingress/README.md | 2 +-
charts/janssen/charts/config-api/Chart.yaml | 4 +-
charts/janssen/charts/config-api/README.md | 4 +-
charts/janssen/charts/config-api/values.yaml | 2 +-
charts/janssen/charts/config/Chart.yaml | 4 +-
charts/janssen/charts/config/README.md | 4 +-
charts/janssen/charts/config/values.yaml | 2 +-
charts/janssen/charts/fido2/Chart.yaml | 4 +-
charts/janssen/charts/fido2/README.md | 4 +-
charts/janssen/charts/fido2/values.yaml | 2 +-
charts/janssen/charts/kc-scheduler/Chart.yaml | 4 +-
charts/janssen/charts/kc-scheduler/README.md | 4 +-
.../janssen/charts/kc-scheduler/values.yaml | 2 +-
charts/janssen/charts/link/Chart.yaml | 4 +-
charts/janssen/charts/link/README.md | 4 +-
charts/janssen/charts/link/values.yaml | 2 +-
.../janssen/charts/nginx-ingress/Chart.yaml | 4 +-
charts/janssen/charts/nginx-ingress/README.md | 2 +-
charts/janssen/charts/persistence/Chart.yaml | 4 +-
charts/janssen/charts/persistence/README.md | 4 +-
charts/janssen/charts/persistence/values.yaml | 2 +-
charts/janssen/charts/saml/Chart.yaml | 4 +-
charts/janssen/charts/saml/README.md | 4 +-
charts/janssen/charts/saml/values.yaml | 2 +-
charts/janssen/charts/scim/Chart.yaml | 4 +-
charts/janssen/charts/scim/README.md | 4 +-
charts/janssen/charts/scim/values.yaml | 2 +-
charts/janssen/values.yaml | 22 +++---
.../yaml/load-test/load_test_auth_code.yaml | 2 +-
.../yaml/load-test/load_test_dcr.yaml | 2 +-
.../yaml/load-test/load_test_ropc.yaml | 2 +-
.../yaml/load-users/load_users_rdbms_job.yaml | 2 +-
docker-jans-all-in-one/Dockerfile | 2 +-
docker-jans-auth-server/Dockerfile | 2 +-
docker-jans-casa/Dockerfile | 2 +-
docker-jans-certmanager/Dockerfile | 2 +-
docker-jans-certmanager/README.md | 2 +-
docker-jans-config-api/Dockerfile | 2 +-
docker-jans-configurator/Dockerfile | 2 +-
docker-jans-fido2/Dockerfile | 2 +-
docker-jans-kc-scheduler/Dockerfile | 2 +-
docker-jans-keycloak-link/Dockerfile | 2 +-
docker-jans-link/Dockerfile | 2 +-
docker-jans-monolith/clean.sh | 2 +-
docker-jans-monolith/down.sh | 2 +-
docker-jans-monolith/jans-mysql-compose.yml | 2 +-
.../jans-postgres-compose.yml | 2 +-
docker-jans-monolith/up.sh | 2 +-
docker-jans-saml/Dockerfile | 2 +-
docker-jans-scim/Dockerfile | 2 +-
.../kubernetes/docker-jans-certmanager.md | 2 +-
.../reference/kubernetes/helm-chart.md | 72 +++++++++----------
jans-auth-server/agama/engine/pom.xml | 2 +-
jans-auth-server/agama/inboundID/pom.xml | 2 +-
jans-auth-server/agama/model/pom.xml | 2 +-
jans-auth-server/client/pom.xml | 2 +-
jans-auth-server/common/pom.xml | 2 +-
jans-auth-server/model/pom.xml | 2 +-
jans-auth-server/persistence-model/pom.xml | 2 +-
jans-auth-server/pom.xml | 2 +-
jans-auth-server/server-fips/pom.xml | 2 +-
jans-auth-server/server/pom.xml | 2 +-
jans-auth-server/static/pom.xml | 4 +-
jans-auth-server/test-model/pom.xml | 2 +-
jans-bom/pom.xml | 4 +-
jans-casa/agama/pom.xml | 2 +-
jans-casa/app-fips/pom.xml | 2 +-
jans-casa/app/pom.xml | 2 +-
jans-casa/config/pom.xml | 2 +-
jans-casa/plugins/acct-linking/agama/pom.xml | 2 +-
jans-casa/plugins/acct-linking/pom.xml | 2 +-
jans-casa/plugins/bioid/pom.xml | 2 +-
.../plugins/client-authorizations/pom.xml | 2 +-
jans-casa/plugins/custom-branding/pom.xml | 2 +-
jans-casa/plugins/email_2fa_core/pom.xml | 2 +-
.../authentication-script-properties/pom.xml | 2 +-
jans-casa/plugins/samples/helloworld/pom.xml | 2 +-
jans-casa/plugins/samples/sample-cred/pom.xml | 2 +-
.../plugins/strong-authn-settings/pom.xml | 2 +-
jans-casa/pom.xml | 2 +-
jans-casa/shared/pom.xml | 2 +-
jans-cli-tui/cli_tui/version.py | 2 +-
jans-config-api/common/pom.xml | 2 +-
.../plugins/admin-ui-plugin/pom.xml | 2 +-
jans-config-api/plugins/fido2-plugin/pom.xml | 2 +-
.../plugins/jans-link-plugin/pom.xml | 2 +-
.../plugins/kc-link-plugin/pom.xml | 2 +-
.../plugins/kc-saml-plugin/pom.xml | 2 +-
jans-config-api/plugins/lock-plugin/pom.xml | 2 +-
jans-config-api/plugins/pom.xml | 4 +-
jans-config-api/plugins/sample/demo/pom.xml | 2 +-
.../plugins/sample/helloworld/pom.xml | 2 +-
jans-config-api/plugins/scim-plugin/pom.xml | 2 +-
.../plugins/user-mgt-plugin/pom.xml | 2 +-
jans-config-api/pom.xml | 2 +-
jans-config-api/server-fips/pom.xml | 2 +-
jans-config-api/server/pom.xml | 2 +-
jans-config-api/shared/pom.xml | 2 +-
jans-core/cache/pom.xml | 2 +-
jans-core/cdi/pom.xml | 2 +-
jans-core/demo-cdi/pom.xml | 2 +-
jans-core/doc/pom.xml | 2 +-
jans-core/document-store/pom.xml | 2 +-
jans-core/exception-extension-cdi/pom.xml | 2 +-
jans-core/java-ext/pom.xml | 2 +-
jans-core/jsf-util/pom.xml | 2 +-
jans-core/message/pom.xml | 2 +-
jans-core/model/pom.xml | 2 +-
jans-core/notify-client/pom.xml | 2 +-
jans-core/pom.xml | 2 +-
jans-core/radius/pom.xml | 2 +-
jans-core/saml/pom.xml | 2 +-
jans-core/saml/src/pom.xml | 2 +-
jans-core/script/pom.xml | 2 +-
jans-core/security-extension-cdi/pom.xml | 2 +-
jans-core/server/pom.xml | 2 +-
jans-core/service/pom.xml | 2 +-
jans-core/standalone/pom.xml | 2 +-
jans-core/timer-weld/pom.xml | 2 +-
jans-core/uma-rs-core/pom.xml | 2 +-
jans-core/util/pom.xml | 2 +-
jans-fido2/client/pom.xml | 2 +-
jans-fido2/model/pom.xml | 2 +-
jans-fido2/pom.xml | 2 +-
jans-fido2/server-fips/pom.xml | 2 +-
jans-fido2/server/pom.xml | 2 +-
.../job-scheduler/pom.xml | 2 +-
jans-keycloak-integration/pom.xml | 2 +-
jans-keycloak-integration/spi/pom.xml | 2 +-
jans-keycloak-link/model/pom.xml | 2 +-
.../resources/archetype-resources/pom.xml | 2 +-
jans-keycloak-link/pom.xml | 2 +-
jans-keycloak-link/server/pom.xml | 2 +-
jans-keycloak-link/service/pom.xml | 2 +-
jans-link/model/pom.xml | 2 +-
jans-link/pom.xml | 4 +-
jans-link/server-fips/pom.xml | 2 +-
jans-link/server/pom.xml | 2 +-
jans-link/service/pom.xml | 2 +-
jans-linux-setup/jans_setup/app_info.json | 2 +-
.../jans_setup/setup_app/version.py | 2 +-
jans-lock/lock-server/client/pom.xml | 2 +-
jans-lock/lock-server/model/pom.xml | 2 +-
jans-lock/lock-server/pom.xml | 2 +-
jans-lock/lock-server/server-fips/pom.xml | 2 +-
jans-lock/lock-server/server/pom.xml | 2 +-
jans-lock/lock-server/service/pom.xml | 2 +-
jans-orm/annotation/pom.xml | 2 +-
jans-orm/cdi/pom.xml | 2 +-
jans-orm/core/pom.xml | 2 +-
jans-orm/couchbase-libs/pom.xml | 2 +-
jans-orm/couchbase-sample/pom.xml | 2 +-
jans-orm/couchbase/pom.xml | 2 +-
jans-orm/filter/pom.xml | 2 +-
jans-orm/hybrid/pom.xml | 2 +-
jans-orm/ldap-sample/pom.xml | 2 +-
jans-orm/ldap/pom.xml | 2 +-
jans-orm/model/pom.xml | 2 +-
jans-orm/pom.xml | 2 +-
jans-orm/spanner-libs/pom.xml | 2 +-
jans-orm/spanner-sample/pom.xml | 2 +-
jans-orm/spanner/pom.xml | 2 +-
jans-orm/sql-sample/pom.xml | 2 +-
jans-orm/sql/pom.xml | 2 +-
jans-orm/standalone/pom.xml | 2 +-
jans-orm/util/pom.xml | 2 +-
jans-pycloudlib/jans/pycloudlib/version.py | 2 +-
jans-scim/client/pom.xml | 2 +-
jans-scim/model/pom.xml | 2 +-
jans-scim/pom.xml | 2 +-
jans-scim/server-fips/pom.xml | 2 +-
jans-scim/server/pom.xml | 2 +-
jans-scim/service/pom.xml | 2 +-
193 files changed, 350 insertions(+), 338 deletions(-)
diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml
index 6e8895316c8..32405cbdbf7 100644
--- a/.github/workflows/build-docker-image.yml
+++ b/.github/workflows/build-docker-image.yml
@@ -7,8 +7,6 @@ on:
tags:
- "*"
branches:
- # below branch is triggered by jenkins which triggers dev image
- - update-source-build-date
- main
paths:
- "docker-jans-**/**"
@@ -16,8 +14,6 @@ on:
pull_request:
branches:
- main
- # below branch is triggered by jenkins which triggers dev image
- - update-source-build-dates
paths:
- "docker-jans-**/**"
- "!docker-jans-**/CHANGELOG.md"
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index f446cdda464..a09493f5ee4 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -4,11 +4,17 @@ on:
push:
branches:
- main
+ paths:
+ - "jans-**"
+ - "agama"
schedule:
- cron: '0 8 * * *'
pull_request:
branches:
- main
+ paths:
+ - "jans-**"
+ - "agama"
workflow_dispatch:
inputs:
project:
@@ -48,8 +54,19 @@ jobs:
if [ -z "$projects" ]; then
projects="jans-bom jans-orm jans-core jans-lock/lock-server agama jans-auth-server jans-link jans-fido2 jans-scim jans-keycloak-link jans-config-api jans-keycloak-integration jans-casa"
fi
+ pull_number=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
+ DIRECTORIES_CHANGED=$(gh pr view $pull_number --json files --jq '.files.[].path' | cut -d/ -f1 | sort -u | grep "jans-" || echo "$projects")
+ changed_projects=""
+ for dir in $DIRECTORIES_CHANGED; do
+ for project in $projects; do
+ if [[ "$dir" == "$project" ]]; then
+ changed_projects="$changed_projects $project"
+ fi
+ done
+ done
+ echo "Changed projects: $changed_projects"
matrix="{\"include\":["
- for project in $projects; do
+ for project in $changed_projects; do
matrix="$matrix{\"service\":\"$project\",\"maven_skip_tests\":true},"
done
matrix="${matrix%,}]}"
diff --git a/.github/workflows/test-microk8s.yml b/.github/workflows/test-microk8s.yml
index b47f3162e1b..5f5f70413ae 100644
--- a/.github/workflows/test-microk8s.yml
+++ b/.github/workflows/test-microk8s.yml
@@ -24,7 +24,6 @@ jobs:
max-parallel: 6
matrix:
istio: ["true", "false"]
- #TODO: add '"pgsql"
persistence-backends: ["MYSQL"]
fail-fast: false
runs-on: ubuntu-latest
diff --git a/agama/pom.xml b/agama/pom.xml
index 0fb22886d65..f56601c9957 100644
--- a/agama/pom.xml
+++ b/agama/pom.xml
@@ -5,7 +5,7 @@
io.jans
agama
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
agama parent
diff --git a/agama/transpiler/pom.xml b/agama/transpiler/pom.xml
index ba049f4a1f3..fde3f2567ee 100644
--- a/agama/transpiler/pom.xml
+++ b/agama/transpiler/pom.xml
@@ -9,7 +9,7 @@
io.jans
agama
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/charts/janssen-all-in-one/Chart.yaml b/charts/janssen-all-in-one/Chart.yaml
index d683688d379..a46eee6b2c7 100644
--- a/charts/janssen-all-in-one/Chart.yaml
+++ b/charts/janssen-all-in-one/Chart.yaml
@@ -3,14 +3,14 @@ annotations:
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: all-in-one
- image: ghcr.io/janssenproject/jans/all-in-one:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/all-in-one:1.1.6-1
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'false'
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: janssen-all-in-one
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management All-in-One
apiVersion: v2
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
icon: >-
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
home: https://jans.io
@@ -22,4 +22,4 @@ maintainers:
email: support@jans.io
description: Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
name: janssen-all-in-one
-version: 1.1.6-dev
+version: 1.1.6
diff --git a/charts/janssen-all-in-one/README.md b/charts/janssen-all-in-one/README.md
index 624b1be148a..64206017a8e 100644
--- a/charts/janssen-all-in-one/README.md
+++ b/charts/janssen-all-in-one/README.md
@@ -1,6 +1,6 @@
# janssen-all-in-one
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
@@ -30,7 +30,7 @@ Kubernetes: `>=v1.22.0-0`
| adminPassword | string | `"Test1234#"` | Admin password to log in to the UI. |
| alb.ingress | bool | `false` | switches the service to Nodeport for ALB ingress |
| auth-server | object | `{"appLoggers":{"auditStatsLogLevel":"INFO","auditStatsLogTarget":"FILE","authLogLevel":"INFO","authLogTarget":"STDOUT","enableStdoutLogPrefix":"true","httpLogLevel":"INFO","httpLogTarget":"FILE","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"authEncKeys":"RSA1_5 RSA-OAEP","authSigKeys":"RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512","enabled":true,"ingress":{"authServerAdditionalAnnotations":{},"authServerEnabled":true,"authServerLabels":{},"deviceCodeAdditionalAnnotations":{},"deviceCodeEnabled":true,"deviceCodeLabels":{},"firebaseMessagingAdditionalAnnotations":{},"firebaseMessagingEnabled":true,"firebaseMessagingLabels":{},"lockAdditionalAnnotations":{},"lockConfigAdditionalAnnotations":{},"lockConfigEnabled":false,"lockConfigLabels":{},"lockEnabled":false,"lockLabels":{},"openidAdditionalAnnotations":{},"openidConfigEnabled":true,"openidConfigLabels":{},"u2fAdditionalAnnotations":{},"u2fConfigEnabled":true,"u2fConfigLabels":{},"uma2AdditionalAnnotations":{},"uma2ConfigEnabled":true,"uma2ConfigLabels":{},"webdiscoveryAdditionalAnnotations":{},"webdiscoveryEnabled":true,"webdiscoveryLabels":{},"webfingerAdditionalAnnotations":{},"webfingerEnabled":true,"webfingerLabels":{}},"lockEnabled":false}` | Parameters used globally across all services helm charts. |
-| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6_dev"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
+| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6-1"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
| auth-server-key-rotation.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| auth-server-key-rotation.customCommand | list | `[]` | Add custom jobs's command. If passed, it will override the default conditional command. |
@@ -41,7 +41,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/certmanager"` | Image to use for deploying. |
-| auth-server-key-rotation.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| auth-server-key-rotation.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| auth-server-key-rotation.initKeysLife | int | `48` | The initial auth server key rotation keys life in hours |
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
@@ -256,7 +256,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"ghcr.io/janssenproject/jans/all-in-one"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| isFqdnRegistered | bool | `false` | Boolean flag to enable mapping lbIp to fqdn inside pods on clouds that provide static ip for load balancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically. |
| istio.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| istio.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -265,7 +265,7 @@ Kubernetes: `>=v1.22.0-0`
| istio.ingress | bool | `false` | Boolean flag that enables using istio gateway for Janssen. This assumes istio ingress is installed and hence the LB is available. |
| istio.namespace | string | `"istio-system"` | The namespace istio is deployed in. The is normally istio-system. |
| istio.tlsSecretName | string | `"istio-tls-certificate"` | |
-| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6_dev"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
+| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6-1"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -276,7 +276,7 @@ Kubernetes: `>=v1.22.0-0`
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/kc-scheduler"` | Image to use for deploying. |
-| kc-scheduler.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| kc-scheduler.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
| kc-scheduler.resources.limits.cpu | string | `"300m"` | CPU limit. |
diff --git a/charts/janssen-all-in-one/values.yaml b/charts/janssen-all-in-one/values.yaml
index 6fc9d72003a..1827d15e5f4 100644
--- a/charts/janssen-all-in-one/values.yaml
+++ b/charts/janssen-all-in-one/values.yaml
@@ -294,7 +294,7 @@ auth-server-key-rotation:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/certmanager
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Auth server key rotation keys life in hours
@@ -665,7 +665,7 @@ image:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/all-in-one
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -745,7 +745,7 @@ kc-scheduler:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/kc-scheduler
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
diff --git a/charts/janssen/Chart.yaml b/charts/janssen/Chart.yaml
index 4e82a324403..dbec47c6cad 100644
--- a/charts/janssen/Chart.yaml
+++ b/charts/janssen/Chart.yaml
@@ -3,34 +3,34 @@ annotations:
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
- image: ghcr.io/janssenproject/jans/auth-server:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/auth-server:1.1.6-1
- name: auth-server-key-rotation
- image: ghcr.io/janssenproject/jans/certmanager:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/certmanager:1.1.6-1
- name: configuration-manager
- image: ghcr.io/janssenproject/jans/configurator:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/configurator:1.1.6-1
- name: config-api
- image: ghcr.io/janssenproject/jans/config-api:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/config-api:1.1.6-1
- name: fido2
- image: ghcr.io/janssenproject/jans/fido2:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/fido2:1.1.6-1
- name: persistence
- image: ghcr.io/janssenproject/jans/persistence-loader:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/persistence-loader:1.1.6-1
- name: casa
- image: ghcr.io/janssenproject/jans/casa:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/casa:1.1.6-1
- name: scim
- image: ghcr.io/janssenproject/jans/scim:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/scim:1.1.6-1
- name: link
- image: ghcr.io/janssenproject/jans/link:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/link:1.1.6-1
- name: saml
- image: ghcr.io/janssenproject/jans/saml:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/saml:1.1.6-1
- name: kc-scheduler
- image: ghcr.io/janssenproject/jans/kc-scheduler:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/kc-scheduler:1.1.6-1
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'false'
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: janssen
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management Microservices
apiVersion: v2
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
icon: >-
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
home: https://jans.io
@@ -42,56 +42,56 @@ maintainers:
email: support@jans.io
description: Janssen Access and Identity Management Microservices Chart. This chart deploys each janssen microservice as a separate deployment.
name: janssen
-version: 1.1.6-dev
+version: 1.1.6
dependencies:
- name: casa
- version: 1.1.6-dev
+ version: 1.1.6
condition: global.casa.enabled
- name: config
condition: global.config.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: config-api
condition: global.config-api.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: auth-server
condition: global.auth-server.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: fido2
condition: global.fido2.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: scim
condition: global.scim.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: nginx-ingress
condition: global.nginx-ingress.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: persistence
condition: global.persistence.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: link
condition: global.link.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: saml
condition: global.saml.enabled
- version: 1.1.6-dev
+ version: 1.1.6
- name: cn-istio-ingress
condition: global.istio.ingress
- version: 1.1.6-dev
+ version: 1.1.6
- name: kc-scheduler
condition: global.kc-scheduler.enabled
- version: 1.1.6-dev
+ version: 1.1.6
diff --git a/charts/janssen/README.md b/charts/janssen/README.md
index 5e1eca820d7..b9f6e4b43f0 100644
--- a/charts/janssen/README.md
+++ b/charts/janssen/README.md
@@ -1,6 +1,6 @@
# janssen
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Janssen Access and Identity Management Microservices Chart. This chart deploys each janssen microservice as a separate deployment.
@@ -23,26 +23,26 @@ Kubernetes: `>=v1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| | auth-server | 1.1.6-dev |
-| | auth-server-key-rotation | 1.1.6-dev |
-| | casa | 1.1.6-dev |
-| | cn-istio-ingress | 1.1.6-dev |
-| | config | 1.1.6-dev |
-| | config-api | 1.1.6-dev |
-| | fido2 | 1.1.6-dev |
-| | kc-scheduler | 1.1.6-dev |
-| | link | 1.1.6-dev |
-| | nginx-ingress | 1.1.6-dev |
-| | persistence | 1.1.6-dev |
-| | saml | 1.1.6-dev |
-| | scim | 1.1.6-dev |
+| | auth-server | 1.1.6 |
+| | auth-server-key-rotation | 1.1.6 |
+| | casa | 1.1.6 |
+| | cn-istio-ingress | 1.1.6 |
+| | config | 1.1.6 |
+| | config-api | 1.1.6 |
+| | fido2 | 1.1.6 |
+| | kc-scheduler | 1.1.6 |
+| | link | 1.1.6 |
+| | nginx-ingress | 1.1.6 |
+| | persistence | 1.1.6 |
+| | saml | 1.1.6 |
+| | scim | 1.1.6 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| auth-server | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/auth-server","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. |
-| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6_dev"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
+| auth-server | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/auth-server","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. |
+| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6-1"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
| auth-server-key-rotation.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| auth-server-key-rotation.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -52,7 +52,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/certmanager"` | Image to use for deploying. |
-| auth-server-key-rotation.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| auth-server-key-rotation.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
| auth-server-key-rotation.keysPushStrategy | string | `"NEWER"` | Set key selection strategy after pushing private keys to Auth server (only takes effect when keysPushDelay value is greater than 0) |
@@ -79,7 +79,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| auth-server.image.pullSecrets | list | `[]` | Image Pull Secrets |
| auth-server.image.repository | string | `"ghcr.io/janssenproject/jans/auth-server"` | Image to use for deploying. |
-| auth-server.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| auth-server.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| auth-server.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| auth-server.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. https://github.com/JanssenProject/docker-jans-auth-server/blob/master/scripts/healthcheck.py |
| auth-server.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -96,7 +96,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| auth-server.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| auth-server.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/casa","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Janssen Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Auth Server. |
+| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/casa","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Janssen Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Auth Server. |
| casa.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| casa.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| casa.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -109,7 +109,7 @@ Kubernetes: `>=v1.22.0-0`
| casa.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| casa.image.pullSecrets | list | `[]` | Image Pull Secrets |
| casa.image.repository | string | `"ghcr.io/janssenproject/jans/casa"` | Image to use for deploying. |
-| casa.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| casa.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| casa.livenessProbe | object | `{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |
| casa.livenessProbe.httpGet.path | string | `"/jans-casa/health-check"` | http liveness probe endpoint |
| casa.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -127,8 +127,8 @@ Kubernetes: `>=v1.22.0-0`
| casa.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| casa.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| casa.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| config | object | `{"additionalAnnotations":{},"additionalLabels":{},"adminPassword":"Test1234#","city":"Austin","configmap":{"cnAwsAccessKeyId":"","cnAwsDefaultRegion":"us-west-1","cnAwsProfile":"janssen","cnAwsSecretAccessKey":"","cnAwsSecretsEndpointUrl":"","cnAwsSecretsNamePrefix":"janssen","cnAwsSecretsReplicaRegions":[],"cnCacheType":"NATIVE_PERSISTENCE","cnConfigKubernetesConfigMap":"cn","cnGoogleProjectId":"google-project-to-save-config-and-secrets-to","cnGoogleSecretManagerServiceAccount":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnGoogleSecretNamePrefix":"janssen","cnGoogleSecretVersionId":"latest","cnJettyRequestHeaderSize":8192,"cnMaxRamPercent":"75.0","cnMessageType":"DISABLED","cnOpaUrl":"http://opa.opa.svc.cluster.cluster.local:8181/v1","cnPersistenceHybridMapping":"{}","cnRedisSentinelGroup":"","cnRedisSslTruststore":"","cnRedisType":"STANDALONE","cnRedisUrl":"redis.redis.svc.cluster.local:6379","cnRedisUseSsl":false,"cnScimProtectionMode":"OAUTH","cnSecretKubernetesSecret":"cn","cnSqlDbDialect":"mysql","cnSqlDbHost":"my-release-mysql.default.svc.cluster.local","cnSqlDbName":"jans","cnSqlDbPort":3306,"cnSqlDbSchema":"","cnSqlDbTimezone":"UTC","cnSqlDbUser":"jans","cnSqldbUserPassword":"Test1234#","cnVaultAddr":"http://localhost:8200","cnVaultAppRolePath":"approle","cnVaultKvPath":"secret","cnVaultNamespace":"","cnVaultPrefix":"jans","cnVaultRoleId":"","cnVaultRoleIdFile":"/etc/certs/vault_role_id","cnVaultSecretId":"","cnVaultSecretIdFile":"/etc/certs/vault_secret_id","cnVaultVerify":false,"kcAdminPassword":"Test1234#","kcAdminUsername":"admin","kcDbPassword":"Test1234#","kcDbSchema":"keycloak","kcDbUrlDatabase":"keycloak","kcDbUrlHost":"mysql.kc.svc.cluster.local","kcDbUrlPort":3306,"kcDbUrlProperties":"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4","kcDbUsername":"keycloak","kcDbVendor":"mysql","kcLogLevel":"INFO","lbAddr":"","quarkusTransactionEnableRecovery":true},"countryCode":"US","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","email":"support@jans.io","image":{"pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/configurator","tag":"1.1.6_dev"},"lifecycle":{},"orgName":"Janssen","redisPassword":"P@assw0rd","resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"salt":"","state":"TX","usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Configuration parameters for setup and initial configuration secret and config layers used by Janssen services. |
-| config-api | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/config-api","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"jans-config-api/api/v1/health/ready","port":8074},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). |
+| config | object | `{"additionalAnnotations":{},"additionalLabels":{},"adminPassword":"Test1234#","city":"Austin","configmap":{"cnAwsAccessKeyId":"","cnAwsDefaultRegion":"us-west-1","cnAwsProfile":"janssen","cnAwsSecretAccessKey":"","cnAwsSecretsEndpointUrl":"","cnAwsSecretsNamePrefix":"janssen","cnAwsSecretsReplicaRegions":[],"cnCacheType":"NATIVE_PERSISTENCE","cnConfigKubernetesConfigMap":"cn","cnGoogleProjectId":"google-project-to-save-config-and-secrets-to","cnGoogleSecretManagerServiceAccount":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnGoogleSecretNamePrefix":"janssen","cnGoogleSecretVersionId":"latest","cnJettyRequestHeaderSize":8192,"cnMaxRamPercent":"75.0","cnMessageType":"DISABLED","cnOpaUrl":"http://opa.opa.svc.cluster.cluster.local:8181/v1","cnPersistenceHybridMapping":"{}","cnRedisSentinelGroup":"","cnRedisSslTruststore":"","cnRedisType":"STANDALONE","cnRedisUrl":"redis.redis.svc.cluster.local:6379","cnRedisUseSsl":false,"cnScimProtectionMode":"OAUTH","cnSecretKubernetesSecret":"cn","cnSqlDbDialect":"mysql","cnSqlDbHost":"my-release-mysql.default.svc.cluster.local","cnSqlDbName":"jans","cnSqlDbPort":3306,"cnSqlDbSchema":"","cnSqlDbTimezone":"UTC","cnSqlDbUser":"jans","cnSqldbUserPassword":"Test1234#","cnVaultAddr":"http://localhost:8200","cnVaultAppRolePath":"approle","cnVaultKvPath":"secret","cnVaultNamespace":"","cnVaultPrefix":"jans","cnVaultRoleId":"","cnVaultRoleIdFile":"/etc/certs/vault_role_id","cnVaultSecretId":"","cnVaultSecretIdFile":"/etc/certs/vault_secret_id","cnVaultVerify":false,"kcAdminPassword":"Test1234#","kcAdminUsername":"admin","kcDbPassword":"Test1234#","kcDbSchema":"keycloak","kcDbUrlDatabase":"keycloak","kcDbUrlHost":"mysql.kc.svc.cluster.local","kcDbUrlPort":3306,"kcDbUrlProperties":"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4","kcDbUsername":"keycloak","kcDbVendor":"mysql","kcLogLevel":"INFO","lbAddr":"","quarkusTransactionEnableRecovery":true},"countryCode":"US","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","email":"support@jans.io","image":{"pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/configurator","tag":"1.1.6-1"},"lifecycle":{},"orgName":"Janssen","redisPassword":"P@assw0rd","resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"salt":"","state":"TX","usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Configuration parameters for setup and initial configuration secret and config layers used by Janssen services. |
+| config-api | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/config-api","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"jans-config-api/api/v1/health/ready","port":8074},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). |
| config-api.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| config-api.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| config-api.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -141,7 +141,7 @@ Kubernetes: `>=v1.22.0-0`
| config-api.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| config-api.image.pullSecrets | list | `[]` | Image Pull Secrets |
| config-api.image.repository | string | `"ghcr.io/janssenproject/jans/config-api"` | Image to use for deploying. |
-| config-api.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| config-api.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| config-api.livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| config-api.livenessProbe.httpGet | object | `{"path":"/jans-config-api/api/v1/health/live","port":8074}` | http liveness probe endpoint |
| config-api.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -218,7 +218,7 @@ Kubernetes: `>=v1.22.0-0`
| config.email | string | `"support@jans.io"` | Email address of the administrator usually. Used for certificate creation. |
| config.image.pullSecrets | list | `[]` | Image Pull Secrets |
| config.image.repository | string | `"ghcr.io/janssenproject/jans/configurator"` | Image to use for deploying. |
-| config.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| config.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| config.orgName | string | `"Janssen"` | Organization name. Used for certificate creation. |
| config.redisPassword | string | `"P@assw0rd"` | Redis admin password if `config.configmap.cnCacheType` is set to `REDIS`. |
| config.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
@@ -233,7 +233,7 @@ Kubernetes: `>=v1.22.0-0`
| config.usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 |
| config.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| config.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/fido2","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"name":"http-fido2","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
+| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/fido2","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"name":"http-fido2","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
| fido2.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| fido2.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| fido2.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -246,7 +246,7 @@ Kubernetes: `>=v1.22.0-0`
| fido2.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| fido2.image.pullSecrets | list | `[]` | Image Pull Secrets |
| fido2.image.repository | string | `"ghcr.io/janssenproject/jans/fido2"` | Image to use for deploying. |
-| fido2.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| fido2.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| fido2.livenessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| fido2.livenessProbe.httpGet | object | `{"path":"/jans-fido2/sys/health-check","port":"http-fido2"}` | http liveness probe endpoint |
| fido2.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -446,7 +446,7 @@ Kubernetes: `>=v1.22.0-0`
| global.usrEnvs | object | `{"normal":{},"secret":{}}` | Add custom normal and secret envs to the service. Envs defined in global.userEnvs will be globally available to all services |
| global.usrEnvs.normal | object | `{}` | Add custom normal envs to the service. variable1: value1 |
| global.usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 |
-| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6_dev"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
+| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6-1"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -456,7 +456,7 @@ Kubernetes: `>=v1.22.0-0`
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/kc-scheduler"` | Image to use for deploying. |
-| kc-scheduler.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| kc-scheduler.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
| kc-scheduler.resources.limits.cpu | string | `"300m"` | CPU limit. |
@@ -468,7 +468,7 @@ Kubernetes: `>=v1.22.0-0`
| kc-scheduler.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| kc-scheduler.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| kc-scheduler.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| link | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/link","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Link. |
+| link | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/link","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Link. |
| link.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| link.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| link.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -481,7 +481,7 @@ Kubernetes: `>=v1.22.0-0`
| link.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| link.image.pullSecrets | list | `[]` | Image Pull Secrets |
| link.image.repository | string | `"ghcr.io/janssenproject/jans/link"` | Image to use for deploying. |
-| link.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| link.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| link.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| link.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | http liveness probe endpoint |
| link.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -502,7 +502,7 @@ Kubernetes: `>=v1.22.0-0`
| nginx-ingress.ingress.additionalAnnotations | object | `{}` | Additional annotations that will be added across all ingress definitions in the format of {cert-manager.io/issuer: "letsencrypt-prod"} Enable client certificate authentication nginx.ingress.kubernetes.io/auth-tls-verify-client: "optional" Create the secret containing the trusted ca certificates nginx.ingress.kubernetes.io/auth-tls-secret: "janssen/tls-certificate" Specify the verification depth in the client certificates chain nginx.ingress.kubernetes.io/auth-tls-verify-depth: "1" Specify if certificates are passed to upstream server nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true" |
| nginx-ingress.ingress.additionalLabels | object | `{}` | Additional labels that will be added across all ingress definitions in the format of {mylabel: "myapp"} |
| nginx-ingress.ingress.tls | list | `[{"hosts":["demoexample.jans.io"],"secretName":"tls-certificate"}]` | Secrets holding HTTPS CA cert and key. |
-| persistence | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/persistence-loader","tag":"1.1.6_dev"},"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Job to generate data and initial config for Janssen Server persistence layer. |
+| persistence | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/persistence-loader","tag":"1.1.6-1"},"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Job to generate data and initial config for Janssen Server persistence layer. |
| persistence.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| persistence.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| persistence.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -512,7 +512,7 @@ Kubernetes: `>=v1.22.0-0`
| persistence.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| persistence.image.pullSecrets | list | `[]` | Image Pull Secrets |
| persistence.image.repository | string | `"ghcr.io/janssenproject/jans/persistence-loader"` | Image to use for deploying. |
-| persistence.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| persistence.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| persistence.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
| persistence.resources.limits.cpu | string | `"300m"` | CPU limit |
| persistence.resources.limits.memory | string | `"300Mi"` | Memory limit. |
@@ -523,7 +523,7 @@ Kubernetes: `>=v1.22.0-0`
| persistence.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| persistence.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| persistence.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| saml | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/saml","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | SAML. |
+| saml | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/saml","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | SAML. |
| saml.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| saml.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| saml.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -536,7 +536,7 @@ Kubernetes: `>=v1.22.0-0`
| saml.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| saml.image.pullSecrets | list | `[]` | Image Pull Secrets |
| saml.image.repository | string | `"ghcr.io/janssenproject/jans/saml"` | Image to use for deploying. |
-| saml.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| saml.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| saml.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| saml.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | http liveness probe endpoint |
| saml.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -553,7 +553,7 @@ Kubernetes: `>=v1.22.0-0`
| saml.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| saml.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| saml.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| scim | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/scim","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"service":{"name":"http-scim","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | System for Cross-domain Identity Management (SCIM) version 2.0 |
+| scim | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/scim","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"service":{"name":"http-scim","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | System for Cross-domain Identity Management (SCIM) version 2.0 |
| scim.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| scim.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| scim.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -566,7 +566,7 @@ Kubernetes: `>=v1.22.0-0`
| scim.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| scim.image.pullSecrets | list | `[]` | Image Pull Secrets |
| scim.image.repository | string | `"ghcr.io/janssenproject/jans/scim"` | Image to use for deploying. |
-| scim.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| scim.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| scim.livenessProbe | object | `{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for SCIM if needed. |
| scim.livenessProbe.httpGet.path | string | `"/jans-scim/sys/health-check"` | http liveness probe endpoint |
| scim.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
diff --git a/charts/janssen/charts/auth-server-key-rotation/Chart.yaml b/charts/janssen/charts/auth-server-key-rotation/Chart.yaml
index 37306c12003..61116644e9b 100644
--- a/charts/janssen/charts/auth-server-key-rotation/Chart.yaml
+++ b/charts/janssen/charts/auth-server-key-rotation/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: auth-server-key-rotation
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Responsible for regenerating auth-keys per x hours
type: application
@@ -15,4 +15,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
\ No newline at end of file
+appVersion: "1.1.6"
\ No newline at end of file
diff --git a/charts/janssen/charts/auth-server-key-rotation/README.md b/charts/janssen/charts/auth-server-key-rotation/README.md
index f7a51cbd59c..c670c202d7f 100644
--- a/charts/janssen/charts/auth-server-key-rotation/README.md
+++ b/charts/janssen/charts/auth-server-key-rotation/README.md
@@ -1,6 +1,6 @@
# auth-server-key-rotation
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Responsible for regenerating auth-keys per x hours
@@ -34,7 +34,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/certmanager"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| keysLife | int | `48` | Auth server key rotation keys life in hours |
| keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
| keysPushStrategy | string | `"NEWER"` | Set key selection strategy after pushing private keys to Auth server (only takes effect when keysPushDelay value is greater than 0) |
diff --git a/charts/janssen/charts/auth-server-key-rotation/values.yaml b/charts/janssen/charts/auth-server-key-rotation/values.yaml
index f27cbe625a1..adb5170d967 100644
--- a/charts/janssen/charts/auth-server-key-rotation/values.yaml
+++ b/charts/janssen/charts/auth-server-key-rotation/values.yaml
@@ -18,7 +18,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/certmanager
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Auth server key rotation keys life in hours
diff --git a/charts/janssen/charts/auth-server/Chart.yaml b/charts/janssen/charts/auth-server/Chart.yaml
index 8c075c2f250..c36465c8f03 100644
--- a/charts/janssen/charts/auth-server/Chart.yaml
+++ b/charts/janssen/charts/auth-server/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: auth-server
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/auth-server/README.md b/charts/janssen/charts/auth-server/README.md
index c226c83c397..a00c01b1ee6 100644
--- a/charts/janssen/charts/auth-server/README.md
+++ b/charts/janssen/charts/auth-server/README.md
@@ -1,6 +1,6 @@
# auth-server
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/auth-server"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. |
diff --git a/charts/janssen/charts/auth-server/values.yaml b/charts/janssen/charts/auth-server/values.yaml
index 15440343637..02b60804bc3 100644
--- a/charts/janssen/charts/auth-server/values.yaml
+++ b/charts/janssen/charts/auth-server/values.yaml
@@ -28,7 +28,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/auth-server
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/casa/Chart.yaml b/charts/janssen/charts/casa/Chart.yaml
index bd335395382..080747701bb 100644
--- a/charts/janssen/charts/casa/Chart.yaml
+++ b/charts/janssen/charts/casa/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: casa
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.21.0-0"
description: Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/casa/README.md b/charts/janssen/charts/casa/README.md
index 69d82d9dd70..e719da55a5f 100644
--- a/charts/janssen/charts/casa/README.md
+++ b/charts/janssen/charts/casa/README.md
@@ -1,6 +1,6 @@
# casa
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.
@@ -38,7 +38,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/casa"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |
| livenessProbe.httpGet.path | string | `"/jans-casa/health-check"` | http liveness probe endpoint |
diff --git a/charts/janssen/charts/casa/values.yaml b/charts/janssen/charts/casa/values.yaml
index 22cf268bd5f..f0701c9f7d7 100644
--- a/charts/janssen/charts/casa/values.yaml
+++ b/charts/janssen/charts/casa/values.yaml
@@ -27,7 +27,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/casa
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/cn-istio-ingress/Chart.yaml b/charts/janssen/charts/cn-istio-ingress/Chart.yaml
index 936ad17b86a..519c2ebafa3 100644
--- a/charts/janssen/charts/cn-istio-ingress/Chart.yaml
+++ b/charts/janssen/charts/cn-istio-ingress/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: cn-istio-ingress
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.21.0-0"
description: Istio Gateway
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/cn-istio-ingress/README.md b/charts/janssen/charts/cn-istio-ingress/README.md
index a1c5479cc80..f1378bd6006 100644
--- a/charts/janssen/charts/cn-istio-ingress/README.md
+++ b/charts/janssen/charts/cn-istio-ingress/README.md
@@ -1,6 +1,6 @@
# cn-istio-ingress
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Istio Gateway
diff --git a/charts/janssen/charts/config-api/Chart.yaml b/charts/janssen/charts/config-api/Chart.yaml
index c8514ed52eb..0c1a2b28d22 100644
--- a/charts/janssen/charts/config-api/Chart.yaml
+++ b/charts/janssen/charts/config-api/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: config-api
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/config-api/README.md b/charts/janssen/charts/config-api/README.md
index ba93a6a67aa..f8d5272331b 100644
--- a/charts/janssen/charts/config-api/README.md
+++ b/charts/janssen/charts/config-api/README.md
@@ -1,6 +1,6 @@
# config-api
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
@@ -39,7 +39,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/config-api"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-config-api/api/v1/health/live","port":8074}` | Executes the python3 healthcheck. |
diff --git a/charts/janssen/charts/config-api/values.yaml b/charts/janssen/charts/config-api/values.yaml
index 110d93e22ba..e18777cad8b 100644
--- a/charts/janssen/charts/config-api/values.yaml
+++ b/charts/janssen/charts/config-api/values.yaml
@@ -31,7 +31,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/config-api
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/config/Chart.yaml b/charts/janssen/charts/config/Chart.yaml
index ecd7eb67222..90cee885e82 100644
--- a/charts/janssen/charts/config/Chart.yaml
+++ b/charts/janssen/charts/config/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: config
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Janssen services.
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/config/README.md b/charts/janssen/charts/config/README.md
index d0e4e41cd8b..6f8de73184f 100644
--- a/charts/janssen/charts/config/README.md
+++ b/charts/janssen/charts/config/README.md
@@ -1,6 +1,6 @@
# config
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Configuration parameters for setup and initial configuration secret and config layers used by Janssen services.
@@ -91,7 +91,7 @@ Kubernetes: `>=v1.22.0-0`
| fullNameOverride | string | `""` | |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/configurator"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section |
| migration.enabled | bool | `false` | Boolean flag to enable migration from CE |
diff --git a/charts/janssen/charts/config/values.yaml b/charts/janssen/charts/config/values.yaml
index 4e61c5a179f..6931c717f1e 100644
--- a/charts/janssen/charts/config/values.yaml
+++ b/charts/janssen/charts/config/values.yaml
@@ -146,7 +146,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/configurator
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Organization name. Used for certificate creation.
diff --git a/charts/janssen/charts/fido2/Chart.yaml b/charts/janssen/charts/fido2/Chart.yaml
index cc63d74925d..ec41aa23fbf 100644
--- a/charts/janssen/charts/fido2/Chart.yaml
+++ b/charts/janssen/charts/fido2/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: fido2
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.
type: application
@@ -18,4 +18,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/fido2/README.md b/charts/janssen/charts/fido2/README.md
index 42d52f9dd0b..538de284869 100644
--- a/charts/janssen/charts/fido2/README.md
+++ b/charts/janssen/charts/fido2/README.md
@@ -1,6 +1,6 @@
# fido2
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.
@@ -38,7 +38,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/fido2"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-fido2/sys/health-check","port":"http-fido2"}` | http liveness probe endpoint |
diff --git a/charts/janssen/charts/fido2/values.yaml b/charts/janssen/charts/fido2/values.yaml
index 52e03eb9f4d..9f255a7c0f8 100644
--- a/charts/janssen/charts/fido2/values.yaml
+++ b/charts/janssen/charts/fido2/values.yaml
@@ -29,7 +29,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/fido2
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/kc-scheduler/Chart.yaml b/charts/janssen/charts/kc-scheduler/Chart.yaml
index 69dddff239e..3f36f3c6016 100644
--- a/charts/janssen/charts/kc-scheduler/Chart.yaml
+++ b/charts/janssen/charts/kc-scheduler/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: kc-scheduler
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Responsible for synchronizing Keycloak SAML clients
type: application
@@ -16,4 +16,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/kc-scheduler/README.md b/charts/janssen/charts/kc-scheduler/README.md
index 8554230c8ac..017c614db83 100644
--- a/charts/janssen/charts/kc-scheduler/README.md
+++ b/charts/janssen/charts/kc-scheduler/README.md
@@ -1,6 +1,6 @@
# kc-scheduler
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Responsible for synchronizing Keycloak SAML clients
@@ -33,7 +33,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"ghcr.io/janssenproject/jans/kc-scheduler"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| interval | int | `10` | Interval of running the scheduler (in minutes) |
| lifecycle | object | `{}` | |
| resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
diff --git a/charts/janssen/charts/kc-scheduler/values.yaml b/charts/janssen/charts/kc-scheduler/values.yaml
index 1e420bd8c7b..0e913564e6a 100644
--- a/charts/janssen/charts/kc-scheduler/values.yaml
+++ b/charts/janssen/charts/kc-scheduler/values.yaml
@@ -16,7 +16,7 @@ image:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/kc-scheduler
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
diff --git a/charts/janssen/charts/link/Chart.yaml b/charts/janssen/charts/link/Chart.yaml
index bc3cb05e467..ceb28ec2a22 100644
--- a/charts/janssen/charts/link/Chart.yaml
+++ b/charts/janssen/charts/link/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: link
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Jans Link
type: application
@@ -15,4 +15,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/link/README.md b/charts/janssen/charts/link/README.md
index 61915f5f228..082cc9fac1f 100644
--- a/charts/janssen/charts/link/README.md
+++ b/charts/janssen/charts/link/README.md
@@ -1,6 +1,6 @@
# link
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Jans Link
@@ -39,7 +39,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"ghcr.io/janssenproject/jans/link"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the link if needed. |
| livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. |
diff --git a/charts/janssen/charts/link/values.yaml b/charts/janssen/charts/link/values.yaml
index 6bb0c217195..25308a7169d 100644
--- a/charts/janssen/charts/link/values.yaml
+++ b/charts/janssen/charts/link/values.yaml
@@ -31,7 +31,7 @@ image:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/link
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/nginx-ingress/Chart.yaml b/charts/janssen/charts/nginx-ingress/Chart.yaml
index ed89f45610c..02efeae3587 100644
--- a/charts/janssen/charts/nginx-ingress/Chart.yaml
+++ b/charts/janssen/charts/nginx-ingress/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: nginx-ingress
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Nginx ingress definitions chart
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/nginx-ingress/README.md b/charts/janssen/charts/nginx-ingress/README.md
index 0fd8b4cc526..2466eda2c2f 100644
--- a/charts/janssen/charts/nginx-ingress/README.md
+++ b/charts/janssen/charts/nginx-ingress/README.md
@@ -1,6 +1,6 @@
# nginx-ingress
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Nginx ingress definitions chart
diff --git a/charts/janssen/charts/persistence/Chart.yaml b/charts/janssen/charts/persistence/Chart.yaml
index 609d42679e8..a9f994ae45f 100644
--- a/charts/janssen/charts/persistence/Chart.yaml
+++ b/charts/janssen/charts/persistence/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: persistence
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: Job to generate data and initial config for Janssen Server persistence layer.
type: application
@@ -15,5 +15,5 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/persistence/README.md b/charts/janssen/charts/persistence/README.md
index bc031f0bf3a..6db9137ecb2 100644
--- a/charts/janssen/charts/persistence/README.md
+++ b/charts/janssen/charts/persistence/README.md
@@ -1,6 +1,6 @@
# persistence
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Job to generate data and initial config for Janssen Server persistence layer.
@@ -34,7 +34,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/persistence"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| imagePullSecrets | list | `[]` | |
| lifecycle | object | `{}` | |
| nameOverride | string | `""` | |
diff --git a/charts/janssen/charts/persistence/values.yaml b/charts/janssen/charts/persistence/values.yaml
index 28bb9522f10..92f670fef30 100644
--- a/charts/janssen/charts/persistence/values.yaml
+++ b/charts/janssen/charts/persistence/values.yaml
@@ -18,7 +18,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/persistence
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
diff --git a/charts/janssen/charts/saml/Chart.yaml b/charts/janssen/charts/saml/Chart.yaml
index 07f3436653d..04ef53a86a1 100644
--- a/charts/janssen/charts/saml/Chart.yaml
+++ b/charts/janssen/charts/saml/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: saml
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.21.0-0"
description: Jans SAML
type: application
@@ -15,4 +15,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/saml/README.md b/charts/janssen/charts/saml/README.md
index 7a51553d434..1b8dbdd31e0 100644
--- a/charts/janssen/charts/saml/README.md
+++ b/charts/janssen/charts/saml/README.md
@@ -1,6 +1,6 @@
# saml
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
Jans SAML
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/saml"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for saml if needed. |
| livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. |
diff --git a/charts/janssen/charts/saml/values.yaml b/charts/janssen/charts/saml/values.yaml
index 50d127ba019..885e97a1604 100644
--- a/charts/janssen/charts/saml/values.yaml
+++ b/charts/janssen/charts/saml/values.yaml
@@ -27,7 +27,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/saml
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/charts/scim/Chart.yaml b/charts/janssen/charts/scim/Chart.yaml
index 17a2d0c46a1..d9d6a5cde9f 100644
--- a/charts/janssen/charts/scim/Chart.yaml
+++ b/charts/janssen/charts/scim/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: scim
-version: 1.1.6-dev
+version: 1.1.6
kubeVersion: ">=v1.22.0-0"
description: System for Cross-domain Identity Management (SCIM) version 2.0
type: application
@@ -17,4 +17,4 @@ maintainers:
email: support@jans.io
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
-appVersion: "1.1.6-dev"
+appVersion: "1.1.6"
diff --git a/charts/janssen/charts/scim/README.md b/charts/janssen/charts/scim/README.md
index 762cb772384..9e8f0228872 100644
--- a/charts/janssen/charts/scim/README.md
+++ b/charts/janssen/charts/scim/README.md
@@ -1,6 +1,6 @@
# scim
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square)
System for Cross-domain Identity Management (SCIM) version 2.0
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/scim"` | Image to use for deploying. |
-| image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for SCIM if needed. |
| livenessProbe.httpGet.path | string | `"/jans-scim/sys/health-check"` | http liveness probe endpoint |
diff --git a/charts/janssen/charts/scim/values.yaml b/charts/janssen/charts/scim/values.yaml
index 17950054936..abaf722cdf6 100644
--- a/charts/janssen/charts/scim/values.yaml
+++ b/charts/janssen/charts/scim/values.yaml
@@ -28,7 +28,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/scim
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
diff --git a/charts/janssen/values.yaml b/charts/janssen/values.yaml
index 4d77a0fd4bf..6c89a02100b 100644
--- a/charts/janssen/values.yaml
+++ b/charts/janssen/values.yaml
@@ -47,7 +47,7 @@ auth-server:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/auth-server
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -126,7 +126,7 @@ auth-server-key-rotation:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/certmanager
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Auth server key rotation keys life in hours
@@ -326,7 +326,7 @@ config:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/configurator
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Organization name. Used for certificate creation.
@@ -420,7 +420,7 @@ config-api:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/config-api
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -525,7 +525,7 @@ fido2:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/fido2
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -635,7 +635,7 @@ casa:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/casa
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -1235,7 +1235,7 @@ persistence:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/persistence-loader
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
@@ -1321,7 +1321,7 @@ scim:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/scim
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -1431,7 +1431,7 @@ link:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/link
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -1540,7 +1540,7 @@ saml:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/saml
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
@@ -1621,7 +1621,7 @@ kc-scheduler:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/kc-scheduler
# -- Image tag to use for deploying.
- tag: 1.1.6_dev
+ tag: 1.1.6-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
diff --git a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_auth_code.yaml b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_auth_code.yaml
index fe06616b782..393af050573 100644
--- a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_auth_code.yaml
+++ b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_auth_code.yaml
@@ -36,7 +36,7 @@ spec:
- envFrom:
- configMapRef:
name: load-test-authz-cm
- image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6-1
imagePullPolicy: Always
name: load-test-authz
resources:
diff --git a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_dcr.yaml b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_dcr.yaml
index 266ad4622d7..57399e96d38 100644
--- a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_dcr.yaml
+++ b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_dcr.yaml
@@ -34,7 +34,7 @@ spec:
- envFrom:
- configMapRef:
name: load-test-dcr-cm
- image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6-1
imagePullPolicy: Always
name: load-test-dcr
resources:
diff --git a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_ropc.yaml b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_ropc.yaml
index ac4d0e9edb6..fac8e558f66 100644
--- a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_ropc.yaml
+++ b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-test/load_test_ropc.yaml
@@ -36,7 +36,7 @@ spec:
- envFrom:
- configMapRef:
name: load-testing-ropc-cm
- image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6-1
imagePullPolicy: Always
name: load-testing-ropc
resources:
diff --git a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-users/load_users_rdbms_job.yaml b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-users/load_users_rdbms_job.yaml
index 86948f3bf43..b2f6fc3c40d 100644
--- a/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-users/load_users_rdbms_job.yaml
+++ b/demos/benchmarking/docker-jans-loadtesting-jmeter/yaml/load-users/load_users_rdbms_job.yaml
@@ -34,7 +34,7 @@ spec:
- envFrom:
- configMapRef:
name: load-users-mysql-cm
- image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/loadtesting-jmeter:1.1.6-1
name: load-users-mysql
resources:
limits:
diff --git a/docker-jans-all-in-one/Dockerfile b/docker-jans-all-in-one/Dockerfile
index c38855c631f..bbd41981793 100644
--- a/docker-jans-all-in-one/Dockerfile
+++ b/docker-jans-all-in-one/Dockerfile
@@ -175,7 +175,7 @@ RUN mkdir -p /opt/jans/configurator/db \
COPY app /app
# CN version as env var (with suffix if any, i.e. SNAPSHOT)
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
# set directory contains installer code that will be added to Python sys.path
ENV PYTHONPATH=/app
diff --git a/docker-jans-auth-server/Dockerfile b/docker-jans-auth-server/Dockerfile
index c4fb2c0d580..9af06bf2566 100644
--- a/docker-jans-auth-server/Dockerfile
+++ b/docker-jans-auth-server/Dockerfile
@@ -50,7 +50,7 @@ RUN /opt/jython/bin/pip uninstall -y pip setuptools
# Auth server
# ===========
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 08:48'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-server/${CN_VERSION}/jans-auth-server-${CN_VERSION}.war
diff --git a/docker-jans-casa/Dockerfile b/docker-jans-casa/Dockerfile
index d921cc6f8bc..501bd665565 100644
--- a/docker-jans-casa/Dockerfile
+++ b/docker-jans-casa/Dockerfile
@@ -29,7 +29,7 @@ RUN wget -q https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-home/${JETTY_
# Casa
# ====
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-10-27 08:51'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/casa/${CN_VERSION}/casa-${CN_VERSION}.war
diff --git a/docker-jans-certmanager/Dockerfile b/docker-jans-certmanager/Dockerfile
index b4a71a83d38..a6f073e461f 100644
--- a/docker-jans-certmanager/Dockerfile
+++ b/docker-jans-certmanager/Dockerfile
@@ -14,7 +14,7 @@ RUN apk update \
# ===========
# JAR files required to generate OpenID Connect keys
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 08:44'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-client/${CN_VERSION}/jans-auth-client-${CN_VERSION}-jar-with-dependencies.jar
diff --git a/docker-jans-certmanager/README.md b/docker-jans-certmanager/README.md
index 0ecfb4eadca..d6b3b810d33 100644
--- a/docker-jans-certmanager/README.md
+++ b/docker-jans-certmanager/README.md
@@ -186,7 +186,7 @@ spec:
spec:
containers:
- name: auth-key-rotation
- image: ghcr.io/janssenproject/jans/certmanager:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/certmanager:1.1.6-1
resources:
requests:
memory: "300Mi"
diff --git a/docker-jans-config-api/Dockerfile b/docker-jans-config-api/Dockerfile
index 97246fc966c..2931ca2cfdf 100644
--- a/docker-jans-config-api/Dockerfile
+++ b/docker-jans-config-api/Dockerfile
@@ -40,7 +40,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# Config API
# ==========
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 09:19'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-config-api-server/${CN_VERSION}/jans-config-api-server-${CN_VERSION}.war
diff --git a/docker-jans-configurator/Dockerfile b/docker-jans-configurator/Dockerfile
index fef249a5eda..5da2f84832f 100644
--- a/docker-jans-configurator/Dockerfile
+++ b/docker-jans-configurator/Dockerfile
@@ -15,7 +15,7 @@ RUN apk update \
# JAR files required to generate OpenID Connect keys
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 08:44'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-client/${CN_VERSION}/jans-auth-client-${CN_VERSION}-jar-with-dependencies.jar
diff --git a/docker-jans-fido2/Dockerfile b/docker-jans-fido2/Dockerfile
index 1dac05342a0..3635d5f1fb6 100644
--- a/docker-jans-fido2/Dockerfile
+++ b/docker-jans-fido2/Dockerfile
@@ -41,7 +41,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# =====
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 09:10'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-fido2-server/${CN_VERSION}/jans-fido2-server-${CN_VERSION}.war
diff --git a/docker-jans-kc-scheduler/Dockerfile b/docker-jans-kc-scheduler/Dockerfile
index 40a07b51226..eeae118549a 100644
--- a/docker-jans-kc-scheduler/Dockerfile
+++ b/docker-jans-kc-scheduler/Dockerfile
@@ -13,7 +13,7 @@ RUN apk update \
# KC scheduler
# ============
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-10-27 08:54'
ENV SCHEDULER_HOME=/opt/kc-scheduler
diff --git a/docker-jans-keycloak-link/Dockerfile b/docker-jans-keycloak-link/Dockerfile
index 02000c7b27b..212d549317d 100644
--- a/docker-jans-keycloak-link/Dockerfile
+++ b/docker-jans-keycloak-link/Dockerfile
@@ -41,7 +41,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# =======
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 09:17'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-keycloak-link-server/${CN_VERSION}/jans-keycloak-link-server-${CN_VERSION}.war
diff --git a/docker-jans-link/Dockerfile b/docker-jans-link/Dockerfile
index 9b73ba6aaa0..329684d7664 100644
--- a/docker-jans-link/Dockerfile
+++ b/docker-jans-link/Dockerfile
@@ -41,7 +41,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# ====
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 09:08'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-link-server/${CN_VERSION}/jans-link-server-${CN_VERSION}.war
diff --git a/docker-jans-monolith/clean.sh b/docker-jans-monolith/clean.sh
index 6816964fdc1..f314957ddb7 100644
--- a/docker-jans-monolith/clean.sh
+++ b/docker-jans-monolith/clean.sh
@@ -23,7 +23,7 @@ if [ -z "$INSTALLED_JANSSEN_NAME" ]; then
fi
if [ -z "$JANSSEN_VERSION" ]; then
- JANSSEN_VERSION="1.1.6_dev"
+ JANSSEN_VERSION="1.1.6-1"
fi
if [ -z "$DATABASE_VOLUME_NAME" ]; then
diff --git a/docker-jans-monolith/down.sh b/docker-jans-monolith/down.sh
index 7a5c37bd142..11716a19582 100644
--- a/docker-jans-monolith/down.sh
+++ b/docker-jans-monolith/down.sh
@@ -23,7 +23,7 @@ if [ -z "$INSTALLED_JANSSEN_NAME" ]; then
fi
if [ -z "$JANSSEN_VERSION" ]; then
- JANSSEN_VERSION="1.1.6_dev"
+ JANSSEN_VERSION="1.1.6-1"
fi
if [ -z "$JANSSEN_SERVICE_NAME" ]; then
diff --git a/docker-jans-monolith/jans-mysql-compose.yml b/docker-jans-monolith/jans-mysql-compose.yml
index 3a35943217b..2f935d53d74 100644
--- a/docker-jans-monolith/jans-mysql-compose.yml
+++ b/docker-jans-monolith/jans-mysql-compose.yml
@@ -16,7 +16,7 @@ services:
- MYSQL_PASSWORD=1t5Fin3#security
- MYSQL_ROOT_PASSWORD=1t5Fin3#security
jans:
- image: ${JANSSEN_IMAGE:-ghcr.io/janssenproject/jans/monolith:1.1.6_dev}
+ image: ${JANSSEN_IMAGE:-ghcr.io/janssenproject/jans/monolith:1.1.6-1}
restart: always
ports:
- "443:443"
diff --git a/docker-jans-monolith/jans-postgres-compose.yml b/docker-jans-monolith/jans-postgres-compose.yml
index 4e3430e078e..549c3c636b5 100644
--- a/docker-jans-monolith/jans-postgres-compose.yml
+++ b/docker-jans-monolith/jans-postgres-compose.yml
@@ -14,7 +14,7 @@ services:
POSTGRES_PASSWORD: 1t5Fin3#security
POSTGRES_DB: jans
jans:
- image: ${JANSSEN_IMAGE:-ghcr.io/janssenproject/jans/monolith:1.1.6_dev}
+ image: ${JANSSEN_IMAGE:-ghcr.io/janssenproject/jans/monolith:1.1.6-1}
restart: always
ports:
- "443:443"
diff --git a/docker-jans-monolith/up.sh b/docker-jans-monolith/up.sh
index 4a39ce7ce57..48329509f32 100644
--- a/docker-jans-monolith/up.sh
+++ b/docker-jans-monolith/up.sh
@@ -23,7 +23,7 @@ if [ -z "$INSTALLED_JANSSEN_NAME" ]; then
fi
if [ -z "$JANSSEN_VERSION" ]; then
- JANSSEN_VERSION="1.1.6_dev"
+ JANSSEN_VERSION="1.1.6-1"
fi
if [ -z "$DATABASE_VOLUME_NAME" ]; then
diff --git a/docker-jans-saml/Dockerfile b/docker-jans-saml/Dockerfile
index 3e73449dca6..286485b3c18 100644
--- a/docker-jans-saml/Dockerfile
+++ b/docker-jans-saml/Dockerfile
@@ -23,7 +23,7 @@ RUN mkdir -p /opt/keycloak/logs \
# KC integration
# ==============
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-10-27 08:54'
RUN wget -q https://jenkins.jans.io/maven/io/jans/kc-jans-spi/${CN_VERSION}/kc-jans-spi-${CN_VERSION}.jar -P /opt/keycloak/providers \
diff --git a/docker-jans-scim/Dockerfile b/docker-jans-scim/Dockerfile
index 421f14eb082..0f0ae50bb13 100644
--- a/docker-jans-scim/Dockerfile
+++ b/docker-jans-scim/Dockerfile
@@ -40,7 +40,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# SCIM
# ====
-ENV CN_VERSION=1.1.6-SNAPSHOT
+ENV CN_VERSION=1.1.6
ENV CN_BUILD_DATE='2024-11-15 09:15'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-scim-server/${CN_VERSION}/jans-scim-server-${CN_VERSION}.war
diff --git a/docs/janssen-server/reference/kubernetes/docker-jans-certmanager.md b/docs/janssen-server/reference/kubernetes/docker-jans-certmanager.md
index f146ee0ead7..709a1ac69a0 100644
--- a/docs/janssen-server/reference/kubernetes/docker-jans-certmanager.md
+++ b/docs/janssen-server/reference/kubernetes/docker-jans-certmanager.md
@@ -197,7 +197,7 @@ spec:
spec:
containers:
- name: auth-key-rotation
- image: ghcr.io/janssenproject/jans/certmanager:1.1.6_dev
+ image: ghcr.io/janssenproject/jans/certmanager:1.1.6-1
resources:
requests:
memory: "300Mi"
diff --git a/docs/janssen-server/reference/kubernetes/helm-chart.md b/docs/janssen-server/reference/kubernetes/helm-chart.md
index efcbe94a679..7ef6615fe53 100644
--- a/docs/janssen-server/reference/kubernetes/helm-chart.md
+++ b/docs/janssen-server/reference/kubernetes/helm-chart.md
@@ -1,6 +1,6 @@
# janssen
-![Version: 1.1.6-dev](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![AppVersion: 1.1.6-dev](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
+![version: 1.1.6](https://img.shields.io/badge/Version-1.1.6--dev-informational?style=flat-square) ![Appversion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6--dev-informational?style=flat-square)
Janssen Access and Identity Management Microservices Chart. This chart deploys each janssen microservice as a separate deployment.
@@ -23,26 +23,26 @@ Kubernetes: `>=v1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| | auth-server | 1.1.6-dev |
-| | auth-server-key-rotation | 1.1.6-dev |
-| | casa | 1.1.6-dev |
-| | cn-istio-ingress | 1.1.6-dev |
-| | config | 1.1.6-dev |
-| | config-api | 1.1.6-dev |
-| | fido2 | 1.1.6-dev |
-| | kc-scheduler | 1.1.6-dev |
-| | link | 1.1.6-dev |
-| | nginx-ingress | 1.1.6-dev |
-| | persistence | 1.1.6-dev |
-| | saml | 1.1.6-dev |
-| | scim | 1.1.6-dev |
+| | auth-server | 1.1.6 |
+| | auth-server-key-rotation | 1.1.6 |
+| | casa | 1.1.6 |
+| | cn-istio-ingress | 1.1.6 |
+| | config | 1.1.6 |
+| | config-api | 1.1.6 |
+| | fido2 | 1.1.6 |
+| | kc-scheduler | 1.1.6 |
+| | link | 1.1.6 |
+| | nginx-ingress | 1.1.6 |
+| | persistence | 1.1.6 |
+| | saml | 1.1.6 |
+| | scim | 1.1.6 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| auth-server | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/auth-server","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. |
-| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6_dev"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
+| auth-server | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/auth-server","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. |
+| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/certmanager","tag":"1.1.6-1"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
| auth-server-key-rotation.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| auth-server-key-rotation.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -52,7 +52,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/certmanager"` | Image to use for deploying. |
-| auth-server-key-rotation.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| auth-server-key-rotation.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
| auth-server-key-rotation.keysPushStrategy | string | `"NEWER"` | Set key selection strategy after pushing private keys to Auth server (only takes effect when keysPushDelay value is greater than 0) |
@@ -79,7 +79,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| auth-server.image.pullSecrets | list | `[]` | Image Pull Secrets |
| auth-server.image.repository | string | `"ghcr.io/janssenproject/jans/auth-server"` | Image to use for deploying. |
-| auth-server.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| auth-server.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| auth-server.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| auth-server.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. https://github.com/JanssenProject/docker-jans-auth-server/blob/master/scripts/healthcheck.py |
| auth-server.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -96,7 +96,7 @@ Kubernetes: `>=v1.22.0-0`
| auth-server.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| auth-server.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| auth-server.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/casa","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Janssen Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Auth Server. |
+| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/casa","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Janssen Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Janssen Auth Server. |
| casa.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| casa.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| casa.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -109,7 +109,7 @@ Kubernetes: `>=v1.22.0-0`
| casa.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| casa.image.pullSecrets | list | `[]` | Image Pull Secrets |
| casa.image.repository | string | `"ghcr.io/janssenproject/jans/casa"` | Image to use for deploying. |
-| casa.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| casa.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| casa.livenessProbe | object | `{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |
| casa.livenessProbe.httpGet.path | string | `"/jans-casa/health-check"` | http liveness probe endpoint |
| casa.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -127,8 +127,8 @@ Kubernetes: `>=v1.22.0-0`
| casa.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| casa.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| casa.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| config | object | `{"additionalAnnotations":{},"additionalLabels":{},"adminPassword":"Test1234#","city":"Austin","configmap":{"cnAwsAccessKeyId":"","cnAwsDefaultRegion":"us-west-1","cnAwsProfile":"janssen","cnAwsSecretAccessKey":"","cnAwsSecretsEndpointUrl":"","cnAwsSecretsNamePrefix":"janssen","cnAwsSecretsReplicaRegions":[],"cnCacheType":"NATIVE_PERSISTENCE","cnConfigKubernetesConfigMap":"cn","cnCouchbaseBucketPrefix":"jans","cnCouchbaseCrt":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnCouchbaseIndexNumReplica":0,"cnCouchbasePassword":"P@ssw0rd","cnCouchbaseSuperUser":"admin","cnCouchbaseSuperUserPassword":"Test1234#","cnCouchbaseUrl":"cbjanssen.default.svc.cluster.local","cnCouchbaseUser":"janssen","cnGoogleProjectId":"google-project-to-save-config-and-secrets-to","cnGoogleSecretManagerServiceAccount":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnGoogleSecretNamePrefix":"janssen","cnGoogleSecretVersionId":"latest","cnJettyRequestHeaderSize":8192,"cnMaxRamPercent":"75.0","cnMessageType":"DISABLED","cnOpaUrl":"http://opa.opa.svc.cluster.cluster.local:8181/v1","cnPersistenceHybridMapping":"{}","cnRedisSentinelGroup":"","cnRedisSslTruststore":"","cnRedisType":"STANDALONE","cnRedisUrl":"redis.redis.svc.cluster.local:6379","cnRedisUseSsl":false,"cnScimProtectionMode":"OAUTH","cnSecretKubernetesSecret":"cn","cnSqlDbDialect":"mysql","cnSqlDbHost":"my-release-mysql.default.svc.cluster.local","cnSqlDbName":"jans","cnSqlDbPort":3306,"cnSqlDbSchema":"","cnSqlDbTimezone":"UTC","cnSqlDbUser":"jans","cnSqldbUserPassword":"Test1234#","cnVaultAddr":"http://localhost:8200","cnVaultAppRolePath":"approle","cnVaultKvPath":"secret","cnVaultNamespace":"","cnVaultPrefix":"jans","cnVaultRoleId":"","cnVaultRoleIdFile":"/etc/certs/vault_role_id","cnVaultSecretId":"","cnVaultSecretIdFile":"/etc/certs/vault_secret_id","cnVaultVerify":false,"kcDbPassword":"Test1234#","kcDbSchema":"keycloak","kcDbUrlDatabase":"keycloak","kcDbUrlHost":"mysql.kc.svc.cluster.local","kcDbUrlPort":3306,"kcDbUrlProperties":"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4","kcDbUsername":"keycloak","kcDbVendor":"mysql","kcLogLevel":"INFO","lbAddr":"","quarkusTransactionEnableRecovery":true},"countryCode":"US","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","email":"support@jans.io","image":{"pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/configurator","tag":"1.1.6_dev"},"lifecycle":{},"orgName":"Janssen","redisPassword":"P@assw0rd","resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"salt":"","state":"TX","usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Configuration parameters for setup and initial configuration secret and config layers used by Janssen services. |
-| config-api | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/config-api","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"jans-config-api/api/v1/health/ready","port":8074},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). |
+| config | object | `{"additionalAnnotations":{},"additionalLabels":{},"adminPassword":"Test1234#","city":"Austin","configmap":{"cnAwsAccessKeyId":"","cnAwsDefaultRegion":"us-west-1","cnAwsProfile":"janssen","cnAwsSecretAccessKey":"","cnAwsSecretsEndpointUrl":"","cnAwsSecretsNamePrefix":"janssen","cnAwsSecretsReplicaRegions":[],"cnCacheType":"NATIVE_PERSISTENCE","cnConfigKubernetesConfigMap":"cn","cnCouchbaseBucketPrefix":"jans","cnCouchbaseCrt":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnCouchbaseIndexNumReplica":0,"cnCouchbasePassword":"P@ssw0rd","cnCouchbaseSuperUser":"admin","cnCouchbaseSuperUserPassword":"Test1234#","cnCouchbaseUrl":"cbjanssen.default.svc.cluster.local","cnCouchbaseUser":"janssen","cnGoogleProjectId":"google-project-to-save-config-and-secrets-to","cnGoogleSecretManagerServiceAccount":"SWFtTm90YVNlcnZpY2VBY2NvdW50Q2hhbmdlTWV0b09uZQo=","cnGoogleSecretNamePrefix":"janssen","cnGoogleSecretVersionId":"latest","cnJettyRequestHeaderSize":8192,"cnMaxRamPercent":"75.0","cnMessageType":"DISABLED","cnOpaUrl":"http://opa.opa.svc.cluster.cluster.local:8181/v1","cnPersistenceHybridMapping":"{}","cnRedisSentinelGroup":"","cnRedisSslTruststore":"","cnRedisType":"STANDALONE","cnRedisUrl":"redis.redis.svc.cluster.local:6379","cnRedisUseSsl":false,"cnScimProtectionMode":"OAUTH","cnSecretKubernetesSecret":"cn","cnSqlDbDialect":"mysql","cnSqlDbHost":"my-release-mysql.default.svc.cluster.local","cnSqlDbName":"jans","cnSqlDbPort":3306,"cnSqlDbSchema":"","cnSqlDbTimezone":"UTC","cnSqlDbUser":"jans","cnSqldbUserPassword":"Test1234#","cnVaultAddr":"http://localhost:8200","cnVaultAppRolePath":"approle","cnVaultKvPath":"secret","cnVaultNamespace":"","cnVaultPrefix":"jans","cnVaultRoleId":"","cnVaultRoleIdFile":"/etc/certs/vault_role_id","cnVaultSecretId":"","cnVaultSecretIdFile":"/etc/certs/vault_secret_id","cnVaultVerify":false,"kcDbPassword":"Test1234#","kcDbSchema":"keycloak","kcDbUrlDatabase":"keycloak","kcDbUrlHost":"mysql.kc.svc.cluster.local","kcDbUrlPort":3306,"kcDbUrlProperties":"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4","kcDbUsername":"keycloak","kcDbVendor":"mysql","kcLogLevel":"INFO","lbAddr":"","quarkusTransactionEnableRecovery":true},"countryCode":"US","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","email":"support@jans.io","image":{"pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/configurator","tag":"1.1.6-1"},"lifecycle":{},"orgName":"Janssen","redisPassword":"P@assw0rd","resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"salt":"","state":"TX","usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Configuration parameters for setup and initial configuration secret and config layers used by Janssen services. |
+| config-api | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/config-api","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"jans-config-api/api/v1/health/ready","port":8074},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Config Api endpoints can be used to configure the auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). |
| config-api.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| config-api.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| config-api.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -141,7 +141,7 @@ Kubernetes: `>=v1.22.0-0`
| config-api.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| config-api.image.pullSecrets | list | `[]` | Image Pull Secrets |
| config-api.image.repository | string | `"ghcr.io/janssenproject/jans/config-api"` | Image to use for deploying. |
-| config-api.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| config-api.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| config-api.livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| config-api.livenessProbe.httpGet | object | `{"path":"/jans-config-api/api/v1/health/live","port":8074}` | http liveness probe endpoint |
| config-api.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -224,7 +224,7 @@ Kubernetes: `>=v1.22.0-0`
| config.email | string | `"support@jans.io"` | Email address of the administrator usually. Used for certificate creation. |
| config.image.pullSecrets | list | `[]` | Image Pull Secrets |
| config.image.repository | string | `"ghcr.io/janssenproject/jans/configurator"` | Image to use for deploying. |
-| config.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| config.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| config.orgName | string | `"Janssen"` | Organization name. Used for certificate creation. |
| config.redisPassword | string | `"P@assw0rd"` | Redis admin password if `config.configmap.cnCacheType` is set to `REDIS`. |
| config.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
@@ -239,7 +239,7 @@ Kubernetes: `>=v1.22.0-0`
| config.usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 |
| config.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| config.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/fido2","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"name":"http-fido2","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
+| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/fido2","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"name":"http-fido2","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
| fido2.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| fido2.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| fido2.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -252,7 +252,7 @@ Kubernetes: `>=v1.22.0-0`
| fido2.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| fido2.image.pullSecrets | list | `[]` | Image Pull Secrets |
| fido2.image.repository | string | `"ghcr.io/janssenproject/jans/fido2"` | Image to use for deploying. |
-| fido2.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| fido2.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| fido2.livenessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| fido2.livenessProbe.httpGet | object | `{"path":"/jans-fido2/sys/health-check","port":"http-fido2"}` | http liveness probe endpoint |
| fido2.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -455,7 +455,7 @@ Kubernetes: `>=v1.22.0-0`
| global.usrEnvs | object | `{"normal":{},"secret":{}}` | Add custom normal and secret envs to the service. Envs defined in global.userEnvs will be globally available to all services |
| global.usrEnvs.normal | object | `{}` | Add custom normal envs to the service. variable1: value1 |
| global.usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 |
-| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6_dev"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
+| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/kc-scheduler","tag":"1.1.6-1"},"interval":10,"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -465,7 +465,7 @@ Kubernetes: `>=v1.22.0-0`
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/kc-scheduler"` | Image to use for deploying. |
-| kc-scheduler.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| kc-scheduler.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
| kc-scheduler.resources.limits.cpu | string | `"300m"` | CPU limit. |
@@ -477,7 +477,7 @@ Kubernetes: `>=v1.22.0-0`
| kc-scheduler.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| kc-scheduler.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| kc-scheduler.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| link | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/link","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Link. |
+| link | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/link","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Link. |
| link.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| link.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| link.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -490,7 +490,7 @@ Kubernetes: `>=v1.22.0-0`
| link.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| link.image.pullSecrets | list | `[]` | Image Pull Secrets |
| link.image.repository | string | `"ghcr.io/janssenproject/jans/link"` | Image to use for deploying. |
-| link.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| link.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| link.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| link.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | http liveness probe endpoint |
| link.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -511,7 +511,7 @@ Kubernetes: `>=v1.22.0-0`
| nginx-ingress.ingress.additionalAnnotations | object | `{}` | Additional annotations that will be added across all ingress definitions in the format of {cert-manager.io/issuer: "letsencrypt-prod"} Enable client certificate authentication nginx.ingress.kubernetes.io/auth-tls-verify-client: "optional" Create the secret containing the trusted ca certificates nginx.ingress.kubernetes.io/auth-tls-secret: "janssen/tls-certificate" Specify the verification depth in the client certificates chain nginx.ingress.kubernetes.io/auth-tls-verify-depth: "1" Specify if certificates are passed to upstream server nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true" |
| nginx-ingress.ingress.additionalLabels | object | `{}` | Additional labels that will be added across all ingress definitions in the format of {mylabel: "myapp"} |
| nginx-ingress.ingress.tls | list | `[{"hosts":["demoexample.jans.io"],"secretName":"tls-certificate"}]` | Secrets holding HTTPS CA cert and key. |
-| persistence | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/persistence-loader","tag":"1.1.6_dev"},"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Job to generate data and initial config for Janssen Server persistence layer. |
+| persistence | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/persistence-loader","tag":"1.1.6-1"},"lifecycle":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Job to generate data and initial config for Janssen Server persistence layer. |
| persistence.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| persistence.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| persistence.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -521,7 +521,7 @@ Kubernetes: `>=v1.22.0-0`
| persistence.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| persistence.image.pullSecrets | list | `[]` | Image Pull Secrets |
| persistence.image.repository | string | `"ghcr.io/janssenproject/jans/persistence-loader"` | Image to use for deploying. |
-| persistence.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| persistence.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| persistence.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |
| persistence.resources.limits.cpu | string | `"300m"` | CPU limit |
| persistence.resources.limits.memory | string | `"300Mi"` | Memory limit. |
@@ -532,7 +532,7 @@ Kubernetes: `>=v1.22.0-0`
| persistence.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| persistence.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| persistence.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| saml | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/saml","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | SAML. |
+| saml | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/saml","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1200Mi"},"requests":{"cpu":"500m","memory":"1200Mi"}},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | SAML. |
| saml.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| saml.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| saml.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -545,7 +545,7 @@ Kubernetes: `>=v1.22.0-0`
| saml.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| saml.image.pullSecrets | list | `[]` | Image Pull Secrets |
| saml.image.repository | string | `"ghcr.io/janssenproject/jans/saml"` | Image to use for deploying. |
-| saml.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| saml.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| saml.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"failureThreshold":10,"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| saml.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | http liveness probe endpoint |
| saml.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
@@ -562,7 +562,7 @@ Kubernetes: `>=v1.22.0-0`
| saml.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| saml.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| saml.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
-| scim | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/scim","tag":"1.1.6_dev"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"service":{"name":"http-scim","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | System for Cross-domain Identity Management (SCIM) version 2.0 |
+| scim | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/scim","tag":"1.1.6-1"},"lifecycle":{},"livenessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"1000m","memory":"1200Mi"},"requests":{"cpu":"1000m","memory":"1200Mi"}},"service":{"name":"http-scim","port":8080},"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | System for Cross-domain Identity Management (SCIM) version 2.0 |
| scim.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| scim.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| scim.customCommand | list | `[]` | Add custom pod's command. If passed, it will override the default conditional command. |
@@ -575,7 +575,7 @@ Kubernetes: `>=v1.22.0-0`
| scim.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| scim.image.pullSecrets | list | `[]` | Image Pull Secrets |
| scim.image.repository | string | `"ghcr.io/janssenproject/jans/scim"` | Image to use for deploying. |
-| scim.image.tag | string | `"1.1.6_dev"` | Image tag to use for deploying. |
+| scim.image.tag | string | `"1.1.6-1"` | Image tag to use for deploying. |
| scim.livenessProbe | object | `{"httpGet":{"path":"/jans-scim/sys/health-check","port":8080},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for SCIM if needed. |
| scim.livenessProbe.httpGet.path | string | `"/jans-scim/sys/health-check"` | http liveness probe endpoint |
| scim.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
diff --git a/jans-auth-server/agama/engine/pom.xml b/jans-auth-server/agama/engine/pom.xml
index 2c128da40e1..71be38c30de 100644
--- a/jans-auth-server/agama/engine/pom.xml
+++ b/jans-auth-server/agama/engine/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
../../pom.xml
diff --git a/jans-auth-server/agama/inboundID/pom.xml b/jans-auth-server/agama/inboundID/pom.xml
index 81435b2245c..4e93d1c1987 100644
--- a/jans-auth-server/agama/inboundID/pom.xml
+++ b/jans-auth-server/agama/inboundID/pom.xml
@@ -18,7 +18,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
../../pom.xml
diff --git a/jans-auth-server/agama/model/pom.xml b/jans-auth-server/agama/model/pom.xml
index fab03f202fb..2a7070b9dc8 100644
--- a/jans-auth-server/agama/model/pom.xml
+++ b/jans-auth-server/agama/model/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
../../pom.xml
diff --git a/jans-auth-server/client/pom.xml b/jans-auth-server/client/pom.xml
index ebba44dd689..0398a1dd9f2 100644
--- a/jans-auth-server/client/pom.xml
+++ b/jans-auth-server/client/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/common/pom.xml b/jans-auth-server/common/pom.xml
index a9fbe954631..76bd3f3d3d9 100644
--- a/jans-auth-server/common/pom.xml
+++ b/jans-auth-server/common/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/model/pom.xml b/jans-auth-server/model/pom.xml
index 19547cac184..bb8f7f8ddf1 100644
--- a/jans-auth-server/model/pom.xml
+++ b/jans-auth-server/model/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/persistence-model/pom.xml b/jans-auth-server/persistence-model/pom.xml
index a42eca0df9c..a7d391b7bc3 100644
--- a/jans-auth-server/persistence-model/pom.xml
+++ b/jans-auth-server/persistence-model/pom.xml
@@ -4,7 +4,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
jans-auth-persistence-model
Persistence model
diff --git a/jans-auth-server/pom.xml b/jans-auth-server/pom.xml
index 40d57852eed..e9a544b68c2 100644
--- a/jans-auth-server/pom.xml
+++ b/jans-auth-server/pom.xml
@@ -5,7 +5,7 @@
io.jans
jans-auth-server-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
Jans authentication server parent
diff --git a/jans-auth-server/server-fips/pom.xml b/jans-auth-server/server-fips/pom.xml
index 13ff7f13cc9..5589d921c48 100644
--- a/jans-auth-server/server-fips/pom.xml
+++ b/jans-auth-server/server-fips/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/server/pom.xml b/jans-auth-server/server/pom.xml
index 6d79dde6be5..f9ac1cfc856 100644
--- a/jans-auth-server/server/pom.xml
+++ b/jans-auth-server/server/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/static/pom.xml b/jans-auth-server/static/pom.xml
index 60a7d5c7ef1..9363a972e7a 100644
--- a/jans-auth-server/static/pom.xml
+++ b/jans-auth-server/static/pom.xml
@@ -3,7 +3,7 @@
io.jans
jans-auth-static
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
jans-auth-static
@@ -11,7 +11,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-auth-server/test-model/pom.xml b/jans-auth-server/test-model/pom.xml
index 4d796b80614..eea5c80405d 100644
--- a/jans-auth-server/test-model/pom.xml
+++ b/jans-auth-server/test-model/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-bom/pom.xml b/jans-bom/pom.xml
index 2a82be2bb23..6df3edb1ddb 100644
--- a/jans-bom/pom.xml
+++ b/jans-bom/pom.xml
@@ -5,7 +5,7 @@
jans-bom
pom
jans-bom
- 1.1.6-SNAPSHOT
+ 1.1.6
@@ -424,7 +424,7 @@
diff --git a/jans-casa/agama/pom.xml b/jans-casa/agama/pom.xml
index bf57c272c93..d341d326ee3 100644
--- a/jans-casa/agama/pom.xml
+++ b/jans-casa/agama/pom.xml
@@ -8,7 +8,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-casa/app-fips/pom.xml b/jans-casa/app-fips/pom.xml
index 3d16b1f3a29..db25bdab77d 100644
--- a/jans-casa/app-fips/pom.xml
+++ b/jans-casa/app-fips/pom.xml
@@ -9,7 +9,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-casa/app/pom.xml b/jans-casa/app/pom.xml
index 73976e8bbe6..40f84c9be01 100644
--- a/jans-casa/app/pom.xml
+++ b/jans-casa/app/pom.xml
@@ -9,7 +9,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-casa/config/pom.xml b/jans-casa/config/pom.xml
index fd7ee1047dd..27f547d57ad 100644
--- a/jans-casa/config/pom.xml
+++ b/jans-casa/config/pom.xml
@@ -9,7 +9,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-casa/plugins/acct-linking/agama/pom.xml b/jans-casa/plugins/acct-linking/agama/pom.xml
index 9ee3876c1d9..fa9cf0df753 100644
--- a/jans-casa/plugins/acct-linking/agama/pom.xml
+++ b/jans-casa/plugins/acct-linking/agama/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
acct-linking-agama
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-casa/plugins/acct-linking/pom.xml b/jans-casa/plugins/acct-linking/pom.xml
index 2d72b337d7a..163e80f5da6 100644
--- a/jans-casa/plugins/acct-linking/pom.xml
+++ b/jans-casa/plugins/acct-linking/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/bioid/pom.xml b/jans-casa/plugins/bioid/pom.xml
index 0ae2b685388..25557343f18 100644
--- a/jans-casa/plugins/bioid/pom.xml
+++ b/jans-casa/plugins/bioid/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/client-authorizations/pom.xml b/jans-casa/plugins/client-authorizations/pom.xml
index 2229bd724ec..0ebe3b5858b 100644
--- a/jans-casa/plugins/client-authorizations/pom.xml
+++ b/jans-casa/plugins/client-authorizations/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/custom-branding/pom.xml b/jans-casa/plugins/custom-branding/pom.xml
index 16fad6ae5e9..e70a80386f8 100644
--- a/jans-casa/plugins/custom-branding/pom.xml
+++ b/jans-casa/plugins/custom-branding/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/email_2fa_core/pom.xml b/jans-casa/plugins/email_2fa_core/pom.xml
index ab1578db476..c872abb8f86 100644
--- a/jans-casa/plugins/email_2fa_core/pom.xml
+++ b/jans-casa/plugins/email_2fa_core/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/samples/authentication-script-properties/pom.xml b/jans-casa/plugins/samples/authentication-script-properties/pom.xml
index 75b6e925e90..8424cc53886 100644
--- a/jans-casa/plugins/samples/authentication-script-properties/pom.xml
+++ b/jans-casa/plugins/samples/authentication-script-properties/pom.xml
@@ -5,7 +5,7 @@
co.acme
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/samples/helloworld/pom.xml b/jans-casa/plugins/samples/helloworld/pom.xml
index b3c0bf6fbcf..bab83402399 100644
--- a/jans-casa/plugins/samples/helloworld/pom.xml
+++ b/jans-casa/plugins/samples/helloworld/pom.xml
@@ -5,7 +5,7 @@
co.acme
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/samples/sample-cred/pom.xml b/jans-casa/plugins/samples/sample-cred/pom.xml
index 47aefce9754..908b6ae0b3c 100644
--- a/jans-casa/plugins/samples/sample-cred/pom.xml
+++ b/jans-casa/plugins/samples/sample-cred/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/plugins/strong-authn-settings/pom.xml b/jans-casa/plugins/strong-authn-settings/pom.xml
index 83b01e93db7..cadfc1f91a7 100644
--- a/jans-casa/plugins/strong-authn-settings/pom.xml
+++ b/jans-casa/plugins/strong-authn-settings/pom.xml
@@ -5,7 +5,7 @@
io.jans.casa.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
diff --git a/jans-casa/pom.xml b/jans-casa/pom.xml
index 560666d64dd..2b89aaa0db2 100644
--- a/jans-casa/pom.xml
+++ b/jans-casa/pom.xml
@@ -5,7 +5,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
pom
diff --git a/jans-casa/shared/pom.xml b/jans-casa/shared/pom.xml
index d6a44b517ce..29b4c540bb4 100644
--- a/jans-casa/shared/pom.xml
+++ b/jans-casa/shared/pom.xml
@@ -9,7 +9,7 @@
io.jans
casa-base
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-cli-tui/cli_tui/version.py b/jans-cli-tui/cli_tui/version.py
index 3b1b665d340..9e74f2b3e92 100644
--- a/jans-cli-tui/cli_tui/version.py
+++ b/jans-cli-tui/cli_tui/version.py
@@ -3,4 +3,4 @@
https://www.apache.org/licenses/LICENSE-2.0
"""
-__version__ = "1.1.6-dev"
+__version__ = "1.1.6"
diff --git a/jans-config-api/common/pom.xml b/jans-config-api/common/pom.xml
index e052a271472..02909708354 100644
--- a/jans-config-api/common/pom.xml
+++ b/jans-config-api/common/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-config-api-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-config-api/plugins/admin-ui-plugin/pom.xml b/jans-config-api/plugins/admin-ui-plugin/pom.xml
index bb7b727c90d..59724dc8a89 100644
--- a/jans-config-api/plugins/admin-ui-plugin/pom.xml
+++ b/jans-config-api/plugins/admin-ui-plugin/pom.xml
@@ -3,7 +3,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-config-api/plugins/fido2-plugin/pom.xml b/jans-config-api/plugins/fido2-plugin/pom.xml
index e49c60b71f7..135f594f3e2 100644
--- a/jans-config-api/plugins/fido2-plugin/pom.xml
+++ b/jans-config-api/plugins/fido2-plugin/pom.xml
@@ -3,7 +3,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
fido2-plugin
diff --git a/jans-config-api/plugins/jans-link-plugin/pom.xml b/jans-config-api/plugins/jans-link-plugin/pom.xml
index 1abfa9e538f..ab30e36fe7b 100644
--- a/jans-config-api/plugins/jans-link-plugin/pom.xml
+++ b/jans-config-api/plugins/jans-link-plugin/pom.xml
@@ -3,7 +3,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-link-plugin
diff --git a/jans-config-api/plugins/kc-link-plugin/pom.xml b/jans-config-api/plugins/kc-link-plugin/pom.xml
index ce427837f74..cd60c081f20 100644
--- a/jans-config-api/plugins/kc-link-plugin/pom.xml
+++ b/jans-config-api/plugins/kc-link-plugin/pom.xml
@@ -5,7 +5,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-config-api/plugins/kc-saml-plugin/pom.xml b/jans-config-api/plugins/kc-saml-plugin/pom.xml
index 257dc952f7f..e99ff4bb438 100644
--- a/jans-config-api/plugins/kc-saml-plugin/pom.xml
+++ b/jans-config-api/plugins/kc-saml-plugin/pom.xml
@@ -5,7 +5,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-config-api/plugins/lock-plugin/pom.xml b/jans-config-api/plugins/lock-plugin/pom.xml
index 6189a6d0e00..44414c7e418 100644
--- a/jans-config-api/plugins/lock-plugin/pom.xml
+++ b/jans-config-api/plugins/lock-plugin/pom.xml
@@ -5,7 +5,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-config-api/plugins/pom.xml b/jans-config-api/plugins/pom.xml
index fb39ef29871..6fb14367941 100644
--- a/jans-config-api/plugins/pom.xml
+++ b/jans-config-api/plugins/pom.xml
@@ -4,14 +4,14 @@
io.jans
jans-config-api-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
io.jans.jans-config-api.plugins
plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
pom
diff --git a/jans-config-api/plugins/sample/demo/pom.xml b/jans-config-api/plugins/sample/demo/pom.xml
index ffae77a0670..4def307054e 100644
--- a/jans-config-api/plugins/sample/demo/pom.xml
+++ b/jans-config-api/plugins/sample/demo/pom.xml
@@ -3,7 +3,7 @@
io.jans.jans-config-api.plugins
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
demo
diff --git a/jans-config-api/plugins/sample/helloworld/pom.xml b/jans-config-api/plugins/sample/helloworld/pom.xml
index 7b3c2af4cfe..cf3623afa34 100644
--- a/jans-config-api/plugins/sample/helloworld/pom.xml
+++ b/jans-config-api/plugins/sample/helloworld/pom.xml
@@ -3,7 +3,7 @@
com.spl
${plugin.id}
- 1.1.6-SNAPSHOT
+ 1.1.6
jar
helloworld
diff --git a/jans-config-api/plugins/scim-plugin/pom.xml b/jans-config-api/plugins/scim-plugin/pom.xml
index 38e8fb19e71..49cfe0a0759 100644
--- a/jans-config-api/plugins/scim-plugin/pom.xml
+++ b/jans-config-api/plugins/scim-plugin/pom.xml
@@ -3,7 +3,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
scim-plugin
diff --git a/jans-config-api/plugins/user-mgt-plugin/pom.xml b/jans-config-api/plugins/user-mgt-plugin/pom.xml
index 930e80f2391..7b35d6043c6 100644
--- a/jans-config-api/plugins/user-mgt-plugin/pom.xml
+++ b/jans-config-api/plugins/user-mgt-plugin/pom.xml
@@ -3,7 +3,7 @@
plugins
io.jans.jans-config-api.plugins
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
user-mgt-plugin
diff --git a/jans-config-api/pom.xml b/jans-config-api/pom.xml
index 6d01d6e6fbb..1640c56d1f1 100644
--- a/jans-config-api/pom.xml
+++ b/jans-config-api/pom.xml
@@ -5,7 +5,7 @@
io.jans
jans-config-api-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
jans-config-api-parent
diff --git a/jans-config-api/server-fips/pom.xml b/jans-config-api/server-fips/pom.xml
index 3e78964d8a9..63bdea05578 100644
--- a/jans-config-api/server-fips/pom.xml
+++ b/jans-config-api/server-fips/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-config-api-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-config-api/server/pom.xml b/jans-config-api/server/pom.xml
index d6a8c030ef2..573aa540a39 100644
--- a/jans-config-api/server/pom.xml
+++ b/jans-config-api/server/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-config-api-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-config-api/shared/pom.xml b/jans-config-api/shared/pom.xml
index 8ffb3854464..593a4d19a18 100644
--- a/jans-config-api/shared/pom.xml
+++ b/jans-config-api/shared/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-config-api-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/cache/pom.xml b/jans-core/cache/pom.xml
index 277b8dd74d3..3be005eace3 100644
--- a/jans-core/cache/pom.xml
+++ b/jans-core/cache/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/cdi/pom.xml b/jans-core/cdi/pom.xml
index e0b82c50129..9ebe06efc94 100644
--- a/jans-core/cdi/pom.xml
+++ b/jans-core/cdi/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/demo-cdi/pom.xml b/jans-core/demo-cdi/pom.xml
index 181276cb51d..94a923a128f 100644
--- a/jans-core/demo-cdi/pom.xml
+++ b/jans-core/demo-cdi/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/doc/pom.xml b/jans-core/doc/pom.xml
index 53463e35275..9eb95469bf2 100644
--- a/jans-core/doc/pom.xml
+++ b/jans-core/doc/pom.xml
@@ -3,7 +3,7 @@
jans-core-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-core/document-store/pom.xml b/jans-core/document-store/pom.xml
index 107be79dd57..bac1337b1a9 100644
--- a/jans-core/document-store/pom.xml
+++ b/jans-core/document-store/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/exception-extension-cdi/pom.xml b/jans-core/exception-extension-cdi/pom.xml
index f56cf5e1794..e41fbb33fc4 100644
--- a/jans-core/exception-extension-cdi/pom.xml
+++ b/jans-core/exception-extension-cdi/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/java-ext/pom.xml b/jans-core/java-ext/pom.xml
index 9afb7f84c04..6a9b482f5d8 100644
--- a/jans-core/java-ext/pom.xml
+++ b/jans-core/java-ext/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/jsf-util/pom.xml b/jans-core/jsf-util/pom.xml
index 7f9ea6557d5..1bece7e3f81 100644
--- a/jans-core/jsf-util/pom.xml
+++ b/jans-core/jsf-util/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/message/pom.xml b/jans-core/message/pom.xml
index 6691ba82b1b..984352fb4c3 100644
--- a/jans-core/message/pom.xml
+++ b/jans-core/message/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/model/pom.xml b/jans-core/model/pom.xml
index aa413900516..4ad997c4a36 100644
--- a/jans-core/model/pom.xml
+++ b/jans-core/model/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/notify-client/pom.xml b/jans-core/notify-client/pom.xml
index 1485ff6b123..84790418b6b 100644
--- a/jans-core/notify-client/pom.xml
+++ b/jans-core/notify-client/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/pom.xml b/jans-core/pom.xml
index fd4a6e98074..fb07bba498e 100644
--- a/jans-core/pom.xml
+++ b/jans-core/pom.xml
@@ -3,7 +3,7 @@
io.jans
jans-core-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
jans-core
diff --git a/jans-core/radius/pom.xml b/jans-core/radius/pom.xml
index 25ef993e659..0542904e69c 100644
--- a/jans-core/radius/pom.xml
+++ b/jans-core/radius/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/saml/pom.xml b/jans-core/saml/pom.xml
index 55b9b2ca3b5..9411240880d 100644
--- a/jans-core/saml/pom.xml
+++ b/jans-core/saml/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/saml/src/pom.xml b/jans-core/saml/src/pom.xml
index 24d2ceb514e..02852178909 100644
--- a/jans-core/saml/src/pom.xml
+++ b/jans-core/saml/src/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/script/pom.xml b/jans-core/script/pom.xml
index 97f7f1ef673..27683b908a5 100644
--- a/jans-core/script/pom.xml
+++ b/jans-core/script/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/security-extension-cdi/pom.xml b/jans-core/security-extension-cdi/pom.xml
index 7c2a7c32967..6ac5dcdf02d 100644
--- a/jans-core/security-extension-cdi/pom.xml
+++ b/jans-core/security-extension-cdi/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/server/pom.xml b/jans-core/server/pom.xml
index 4c803352142..13a85359dfa 100644
--- a/jans-core/server/pom.xml
+++ b/jans-core/server/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/service/pom.xml b/jans-core/service/pom.xml
index d70d815214b..72992be8e06 100644
--- a/jans-core/service/pom.xml
+++ b/jans-core/service/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/standalone/pom.xml b/jans-core/standalone/pom.xml
index d5d14cbe596..8d6fa76ce8d 100644
--- a/jans-core/standalone/pom.xml
+++ b/jans-core/standalone/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/timer-weld/pom.xml b/jans-core/timer-weld/pom.xml
index cb71c09124d..1302c9ce5de 100644
--- a/jans-core/timer-weld/pom.xml
+++ b/jans-core/timer-weld/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-core/uma-rs-core/pom.xml b/jans-core/uma-rs-core/pom.xml
index 52c5e2c5e20..ccad64e08bd 100644
--- a/jans-core/uma-rs-core/pom.xml
+++ b/jans-core/uma-rs-core/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
true
diff --git a/jans-core/util/pom.xml b/jans-core/util/pom.xml
index c6a4fe5c1f2..3a393affed2 100644
--- a/jans-core/util/pom.xml
+++ b/jans-core/util/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-core-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-fido2/client/pom.xml b/jans-fido2/client/pom.xml
index 4c450d4491d..0e919941b73 100644
--- a/jans-fido2/client/pom.xml
+++ b/jans-fido2/client/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-fido2-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-fido2/model/pom.xml b/jans-fido2/model/pom.xml
index d5c1336ce34..f6f69b03ebd 100644
--- a/jans-fido2/model/pom.xml
+++ b/jans-fido2/model/pom.xml
@@ -10,7 +10,7 @@
io.jans
jans-fido2-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-fido2/pom.xml b/jans-fido2/pom.xml
index 8afe5628061..fc881844039 100644
--- a/jans-fido2/pom.xml
+++ b/jans-fido2/pom.xml
@@ -5,7 +5,7 @@
io.jans
jans-fido2-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
Fido2 API
diff --git a/jans-fido2/server-fips/pom.xml b/jans-fido2/server-fips/pom.xml
index 59d8a30b556..d3ddde94c92 100644
--- a/jans-fido2/server-fips/pom.xml
+++ b/jans-fido2/server-fips/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-fido2-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-fido2/server/pom.xml b/jans-fido2/server/pom.xml
index 328826fddd7..0c5bb2700b2 100644
--- a/jans-fido2/server/pom.xml
+++ b/jans-fido2/server/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-fido2-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-keycloak-integration/job-scheduler/pom.xml b/jans-keycloak-integration/job-scheduler/pom.xml
index 7fdd64971d4..60cfbd276cc 100644
--- a/jans-keycloak-integration/job-scheduler/pom.xml
+++ b/jans-keycloak-integration/job-scheduler/pom.xml
@@ -17,7 +17,7 @@
io.jans
jans-kc-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-keycloak-integration/pom.xml b/jans-keycloak-integration/pom.xml
index ee1c0f30dae..344b14134bf 100644
--- a/jans-keycloak-integration/pom.xml
+++ b/jans-keycloak-integration/pom.xml
@@ -4,7 +4,7 @@
io.jans
jans-kc-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
keycloak-integration-parent
diff --git a/jans-keycloak-integration/spi/pom.xml b/jans-keycloak-integration/spi/pom.xml
index 40c845b2b2d..a553200fefe 100644
--- a/jans-keycloak-integration/spi/pom.xml
+++ b/jans-keycloak-integration/spi/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-kc-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-keycloak-link/model/pom.xml b/jans-keycloak-link/model/pom.xml
index 9c019635e58..ed18ed069a4 100644
--- a/jans-keycloak-link/model/pom.xml
+++ b/jans-keycloak-link/model/pom.xml
@@ -2,7 +2,7 @@
jans-keycloak-link-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-keycloak-link-model
diff --git a/jans-keycloak-link/model/src/main/resources/archetype-resources/pom.xml b/jans-keycloak-link/model/src/main/resources/archetype-resources/pom.xml
index 520eb4f5905..2351565fb14 100644
--- a/jans-keycloak-link/model/src/main/resources/archetype-resources/pom.xml
+++ b/jans-keycloak-link/model/src/main/resources/archetype-resources/pom.xml
@@ -2,7 +2,7 @@
4.0.0
$io.jans
$model
- 1.1.6-SNAPSHOT
+ 1.1.6
junit
diff --git a/jans-keycloak-link/pom.xml b/jans-keycloak-link/pom.xml
index d1601881d04..c9f78067487 100644
--- a/jans-keycloak-link/pom.xml
+++ b/jans-keycloak-link/pom.xml
@@ -2,7 +2,7 @@
4.0.0
io.jans
jans-keycloak-link-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
model
service
diff --git a/jans-keycloak-link/server/pom.xml b/jans-keycloak-link/server/pom.xml
index 8b2be29af40..614d79c4b83 100644
--- a/jans-keycloak-link/server/pom.xml
+++ b/jans-keycloak-link/server/pom.xml
@@ -2,7 +2,7 @@
jans-keycloak-link-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-keycloak-link-server
diff --git a/jans-keycloak-link/service/pom.xml b/jans-keycloak-link/service/pom.xml
index dd9324f0945..4624e041d7d 100644
--- a/jans-keycloak-link/service/pom.xml
+++ b/jans-keycloak-link/service/pom.xml
@@ -2,7 +2,7 @@
jans-keycloak-link-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-link/model/pom.xml b/jans-link/model/pom.xml
index ee717fb086a..bd0fc4bde0d 100644
--- a/jans-link/model/pom.xml
+++ b/jans-link/model/pom.xml
@@ -2,7 +2,7 @@
jans-link-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-link-model
diff --git a/jans-link/pom.xml b/jans-link/pom.xml
index 40ce5a2d48e..930a719e8d7 100644
--- a/jans-link/pom.xml
+++ b/jans-link/pom.xml
@@ -2,12 +2,12 @@
4.0.0
io.jans
jans-link-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
io.jans
jans-bom
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-link/server-fips/pom.xml b/jans-link/server-fips/pom.xml
index 5582dac9917..ebc8737aa34 100644
--- a/jans-link/server-fips/pom.xml
+++ b/jans-link/server-fips/pom.xml
@@ -17,7 +17,7 @@
jans-link-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-link/server/pom.xml b/jans-link/server/pom.xml
index fb2cde069b2..3ebecfc54b5 100644
--- a/jans-link/server/pom.xml
+++ b/jans-link/server/pom.xml
@@ -2,7 +2,7 @@
jans-link-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-link-server
diff --git a/jans-link/service/pom.xml b/jans-link/service/pom.xml
index f5aca4247a9..0d8d663cd3a 100644
--- a/jans-link/service/pom.xml
+++ b/jans-link/service/pom.xml
@@ -2,7 +2,7 @@
jans-link-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
jans-link-service
diff --git a/jans-linux-setup/jans_setup/app_info.json b/jans-linux-setup/jans_setup/app_info.json
index a583b5976e7..f76ad183126 100644
--- a/jans-linux-setup/jans_setup/app_info.json
+++ b/jans-linux-setup/jans_setup/app_info.json
@@ -1,6 +1,6 @@
{
"JANS_APP_VERSION": "1.1.6",
- "JANS_BUILD": "-SNAPSHOT",
+ "JANS_BUILD": "",
"JETTY_VERSION": "11.0.15",
"AMAZON_CORRETTO_VERSION": "17",
"JYTHON_VERSION": "2.7.3",
diff --git a/jans-linux-setup/jans_setup/setup_app/version.py b/jans-linux-setup/jans_setup/setup_app/version.py
index bb5be6b7aea..1436d8fe88a 100644
--- a/jans-linux-setup/jans_setup/setup_app/version.py
+++ b/jans-linux-setup/jans_setup/setup_app/version.py
@@ -1 +1 @@
-__version__ = "1.1.6-dev"
+__version__ = "1.1.6"
diff --git a/jans-lock/lock-server/client/pom.xml b/jans-lock/lock-server/client/pom.xml
index 74919d14ab5..f991c37f883 100644
--- a/jans-lock/lock-server/client/pom.xml
+++ b/jans-lock/lock-server/client/pom.xml
@@ -11,7 +11,7 @@
jans-lock-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-lock/lock-server/model/pom.xml b/jans-lock/lock-server/model/pom.xml
index 5ecd48fe93e..e8837ec7e78 100644
--- a/jans-lock/lock-server/model/pom.xml
+++ b/jans-lock/lock-server/model/pom.xml
@@ -10,7 +10,7 @@
jans-lock-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-lock/lock-server/pom.xml b/jans-lock/lock-server/pom.xml
index 5b020b8cbfe..c817f10ff33 100644
--- a/jans-lock/lock-server/pom.xml
+++ b/jans-lock/lock-server/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.jans
jans-lock-server-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-lock/lock-server/server-fips/pom.xml b/jans-lock/lock-server/server-fips/pom.xml
index 557a385ccea..748a8059efc 100644
--- a/jans-lock/lock-server/server-fips/pom.xml
+++ b/jans-lock/lock-server/server-fips/pom.xml
@@ -9,7 +9,7 @@
jans-lock-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-lock/lock-server/server/pom.xml b/jans-lock/lock-server/server/pom.xml
index 169e7a7535e..2c9e96c2591 100644
--- a/jans-lock/lock-server/server/pom.xml
+++ b/jans-lock/lock-server/server/pom.xml
@@ -6,7 +6,7 @@
jans-lock-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-lock/lock-server/service/pom.xml b/jans-lock/lock-server/service/pom.xml
index 3a78c6b282d..46ba1c92ad2 100644
--- a/jans-lock/lock-server/service/pom.xml
+++ b/jans-lock/lock-server/service/pom.xml
@@ -5,7 +5,7 @@
jans-lock-server-parent
io.jans
- 1.1.6-SNAPSHOT
+ 1.1.6
4.0.0
diff --git a/jans-orm/annotation/pom.xml b/jans-orm/annotation/pom.xml
index b37bb888693..cef14d0f293 100644
--- a/jans-orm/annotation/pom.xml
+++ b/jans-orm/annotation/pom.xml
@@ -8,6 +8,6 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
\ No newline at end of file
diff --git a/jans-orm/cdi/pom.xml b/jans-orm/cdi/pom.xml
index 221108bd2de..7afd00a607b 100644
--- a/jans-orm/cdi/pom.xml
+++ b/jans-orm/cdi/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/core/pom.xml b/jans-orm/core/pom.xml
index f97383aca9a..259625bc129 100644
--- a/jans-orm/core/pom.xml
+++ b/jans-orm/core/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/couchbase-libs/pom.xml b/jans-orm/couchbase-libs/pom.xml
index cb26a1f55cb..9671c4758c9 100644
--- a/jans-orm/couchbase-libs/pom.xml
+++ b/jans-orm/couchbase-libs/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/couchbase-sample/pom.xml b/jans-orm/couchbase-sample/pom.xml
index ec67835ea8c..b14d5811f68 100644
--- a/jans-orm/couchbase-sample/pom.xml
+++ b/jans-orm/couchbase-sample/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/couchbase/pom.xml b/jans-orm/couchbase/pom.xml
index 5e7a6434d70..bf4b072df47 100644
--- a/jans-orm/couchbase/pom.xml
+++ b/jans-orm/couchbase/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/filter/pom.xml b/jans-orm/filter/pom.xml
index 97aaa5d1ae4..4832b03e55c 100644
--- a/jans-orm/filter/pom.xml
+++ b/jans-orm/filter/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/hybrid/pom.xml b/jans-orm/hybrid/pom.xml
index f6555c8ef80..9e4dd0c865f 100644
--- a/jans-orm/hybrid/pom.xml
+++ b/jans-orm/hybrid/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/ldap-sample/pom.xml b/jans-orm/ldap-sample/pom.xml
index 502a8863482..d90c12d57a0 100644
--- a/jans-orm/ldap-sample/pom.xml
+++ b/jans-orm/ldap-sample/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/ldap/pom.xml b/jans-orm/ldap/pom.xml
index b5e3c4efbab..a919051d41f 100644
--- a/jans-orm/ldap/pom.xml
+++ b/jans-orm/ldap/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/model/pom.xml b/jans-orm/model/pom.xml
index e8ae78b4f03..5408bb19948 100644
--- a/jans-orm/model/pom.xml
+++ b/jans-orm/model/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/pom.xml b/jans-orm/pom.xml
index 9e1c6770b04..909493ad2fb 100644
--- a/jans-orm/pom.xml
+++ b/jans-orm/pom.xml
@@ -3,7 +3,7 @@
io.jans
jans-orm-parent
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
orm
diff --git a/jans-orm/spanner-libs/pom.xml b/jans-orm/spanner-libs/pom.xml
index 42ef851f44b..3c608f54613 100644
--- a/jans-orm/spanner-libs/pom.xml
+++ b/jans-orm/spanner-libs/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/spanner-sample/pom.xml b/jans-orm/spanner-sample/pom.xml
index e0a30f0723e..7774cb3bc4d 100644
--- a/jans-orm/spanner-sample/pom.xml
+++ b/jans-orm/spanner-sample/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/spanner/pom.xml b/jans-orm/spanner/pom.xml
index 068b8a9adf1..960ad64d9cf 100644
--- a/jans-orm/spanner/pom.xml
+++ b/jans-orm/spanner/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/sql-sample/pom.xml b/jans-orm/sql-sample/pom.xml
index 8b0e737534a..47f6bc8e356 100644
--- a/jans-orm/sql-sample/pom.xml
+++ b/jans-orm/sql-sample/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/sql/pom.xml b/jans-orm/sql/pom.xml
index 1e114cc9cdc..717eed444d1 100644
--- a/jans-orm/sql/pom.xml
+++ b/jans-orm/sql/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/standalone/pom.xml b/jans-orm/standalone/pom.xml
index ebdd7378199..7823729a889 100644
--- a/jans-orm/standalone/pom.xml
+++ b/jans-orm/standalone/pom.xml
@@ -7,7 +7,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-orm/util/pom.xml b/jans-orm/util/pom.xml
index ac5dc9845a8..91d48735e17 100644
--- a/jans-orm/util/pom.xml
+++ b/jans-orm/util/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-orm-parent
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-pycloudlib/jans/pycloudlib/version.py b/jans-pycloudlib/jans/pycloudlib/version.py
index 3628e68a539..bd1060b3494 100644
--- a/jans-pycloudlib/jans/pycloudlib/version.py
+++ b/jans-pycloudlib/jans/pycloudlib/version.py
@@ -1,3 +1,3 @@
"""This module contains version-related info."""
-__version__ = "1.1.6-dev" # pragma: no cover
+__version__ = "1.1.6" # pragma: no cover
diff --git a/jans-scim/client/pom.xml b/jans-scim/client/pom.xml
index 3d1cab9d7d1..1af552155b0 100644
--- a/jans-scim/client/pom.xml
+++ b/jans-scim/client/pom.xml
@@ -10,7 +10,7 @@
io.jans
jans-scim
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-scim/model/pom.xml b/jans-scim/model/pom.xml
index 8b0633c99f5..6649fb28f7e 100644
--- a/jans-scim/model/pom.xml
+++ b/jans-scim/model/pom.xml
@@ -10,7 +10,7 @@
io.jans
jans-scim
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-scim/pom.xml b/jans-scim/pom.xml
index f4a34ea896a..a015ec2dabb 100644
--- a/jans-scim/pom.xml
+++ b/jans-scim/pom.xml
@@ -5,7 +5,7 @@
io.jans
jans-scim
pom
- 1.1.6-SNAPSHOT
+ 1.1.6
SCIM API
http://www.gluu.org
diff --git a/jans-scim/server-fips/pom.xml b/jans-scim/server-fips/pom.xml
index 9bc326ea140..1454c789245 100644
--- a/jans-scim/server-fips/pom.xml
+++ b/jans-scim/server-fips/pom.xml
@@ -9,7 +9,7 @@
io.jans
jans-scim
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-scim/server/pom.xml b/jans-scim/server/pom.xml
index 049b2fb0f25..1d64ca6aad3 100644
--- a/jans-scim/server/pom.xml
+++ b/jans-scim/server/pom.xml
@@ -10,7 +10,7 @@
io.jans
jans-scim
- 1.1.6-SNAPSHOT
+ 1.1.6
diff --git a/jans-scim/service/pom.xml b/jans-scim/service/pom.xml
index 6a930e5cfc9..c46d1d41d6d 100644
--- a/jans-scim/service/pom.xml
+++ b/jans-scim/service/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-scim
- 1.1.6-SNAPSHOT
+ 1.1.6