From 17f1446da548fcf7f48cdda50080f3498cbefdb7 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 11:32:18 -0500 Subject: [PATCH] [incubator/keycloak-proxy] deprecating chart (#24258) Signed-off-by: Matt Farina --- incubator/keycloak-proxy/Chart.yaml | 8 +++----- incubator/keycloak-proxy/README.md | 4 ++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/incubator/keycloak-proxy/Chart.yaml b/incubator/keycloak-proxy/Chart.yaml index 07e7511c79..24537ef903 100644 --- a/incubator/keycloak-proxy/Chart.yaml +++ b/incubator/keycloak-proxy/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: "3.4.2.Final" -description: Keycloak Proxy supports Single Sign-On with Keycloak +description: DEPRECATED Keycloak Proxy supports Single Sign-On with Keycloak name: keycloak-proxy -version: 0.0.2 +version: 0.0.3 keywords: - authentication - sso @@ -11,6 +11,4 @@ home: https://www.keycloak.org/docs/3.3/server_installation/topics/proxy.html icon: http://www.keycloak.org/resources/images/keycloak_logo_480x108.png sources: - https://github.com/jboss-dockerfiles/keycloak/tree/master/proxy -maintainers: - - name: yunsangjun - email: ysj188cm@gmail.com +deprecated: true diff --git a/incubator/keycloak-proxy/README.md b/incubator/keycloak-proxy/README.md index bb737cb39b..f035d96efd 100644 --- a/incubator/keycloak-proxy/README.md +++ b/incubator/keycloak-proxy/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https Keycloak has an HTTP(S) proxy that you can put in front of web applications and services where it is not possible to install the Keycloak adapter. You can set up URL filters so that certain URLs are secured either by browser login and/or bearer token authentication. You can also define role constraints for URL patterns within your applications. +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; ```console