Skip to content

Commit

Permalink
Merge pull request #279 from openziti/controller-oidc
Browse files Browse the repository at this point in the history
add the new edge-oidc binding
  • Loading branch information
qrkourier authored Nov 15, 2024
2 parents 59be920 + 0db3aef commit aa99294
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ziti-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
description: Host an OpenZiti controller in Kubernetes
name: ziti-controller
type: application
version: 1.1.3
version: 1.1.4
2 changes: 1 addition & 1 deletion charts/ziti-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ziti-controller

![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.15](https://img.shields.io/badge/AppVersion-1.1.15-informational?style=flat-square)
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.15](https://img.shields.io/badge/AppVersion-1.1.15-informational?style=flat-square)

Host an OpenZiti controller in Kubernetes

Expand Down
4 changes: 4 additions & 0 deletions charts/ziti-controller/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ data:
options: { }
- binding: fabric
options: { }
- binding: edge-oidc
options: { }
- binding: zac
options:
location: /ziti-console
Expand Down Expand Up @@ -347,6 +349,8 @@ data:
options: { }
- binding: fabric
options: { }
- binding: edge-oidc
options: { }
- binding: health-checks
options: { }
- binding: zac
Expand Down

0 comments on commit aa99294

Please sign in to comment.