-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mvitale1989/rename-project
Rename project
- Loading branch information
Showing
9 changed files
with
51 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
apiVersion: v1 | ||
name: auth-proxy | ||
version: 0.5.0 | ||
name: helm-keycloak-gatekeeper | ||
version: 0.6.0 | ||
kubeVersion: ">=1.10.0" | ||
description: Authenticating proxy, based on gambol99/keycloak-proxy | ||
description: Authenticating proxy, based on keycloak/keycloak-gatekeeper | ||
keyworkds: | ||
- sso | ||
- oidc | ||
- openid | ||
- keycloak | ||
home: https://github.com/mvitale1989/auth-proxy | ||
home: https://github.com/mvitale1989/helm-keycloak-gatekeeper | ||
maintainers: | ||
- name: mvitale1989 | ||
email: [email protected] | ||
appVersion: "v2.3.0" | ||
appVersion: "5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
The auth-proxy is now ready, in front of service {{ .Values.upstreamServiceName }}. You can now: | ||
- Check out the status of the auth-proxy deployment: `kubectl describe deployment {{ include "auth-proxy.fullname" . }}` | ||
- Access the auth-proxy internally, at service {{ include "auth-proxy.fullname" . }}, port {{ .Values.service.port }} | ||
{{ if .Values.ingress.enabled }}- Access the auth-proxy externally, at names: {{ .Values.ingress.hosts | join "," }}{{ end }} | ||
keycloak-gatekeeper is now ready, in front of URL {{ .Values.upstreamUrl }}. You can now: | ||
- Check out the status of the keycloak-gatekeeper deployment: `kubectl describe deployment {{ include "keycloak-gatekeeper.fullname" . }}` | ||
- Access keycloak-gatekeeper internally, at service {{ include "keycloak-gatekeeper.fullname" . }}, port {{ .Values.service.port }} | ||
{{ if .Values.ingress.enabled }}- Access keycloak-gatekeeper externally, at names: {{ .Values.ingress.hosts | join "," }}{{ end }} | ||
{{ if .Values.ingress.tls }}- Access or write out the TLS secrets, in the objects: {{ range .Values.ingress.tls }}{{ .secretName }}, {{ end }} {{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters