mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/keycloak-proxy] add repo archive notice (#24049)
* [incubator/keycloak-proxy] add repo archive notice Signed-off-by: Scott Rigby <scott@r6by.com> * [incubator/keycloak-proxy] use apps/v1 Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
co-authored by
Carlos Panato
parent
36a432a4be
commit
0ca7d086de
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "3.4.2.Final"
|
||||
description: Keycloak Proxy supports Single Sign-On with Keycloak
|
||||
name: keycloak-proxy
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
keywords:
|
||||
- authentication
|
||||
- sso
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# ⚠️ Repo Archive Notice
|
||||
|
||||
As of Nov 13, 2020, charts in this repo will no longer be updated.
|
||||
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
|
||||
|
||||
# Keycloak Proxy
|
||||
|
||||
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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "keycloak-proxy.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user