Skip to content

Commit

Permalink
fix(admission) allow mtls-auth (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest authored Jul 25, 2022
1 parent 3263f9a commit e6c2c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
- Added support for plugin ordering (requires Kong Enterprise 3.0 or higher).
[#2657](https:/Kong/kubernetes-ingress-controller/pull/2657)

#### Fixed

- Added `mtls-auth` to the admission webhook supported credential types list.
[#2739](https:/Kong/kubernetes-ingress-controller/pull/2739)

## [2.5.0]

> Release date: 2022-07-11
Expand Down
1 change: 1 addition & 0 deletions internal/validation/consumers/credentials/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var SupportedTypes = sets.NewString(
"key-auth",
"oauth2",
"acl",
"mtls-auth",
)

var (
Expand Down

0 comments on commit e6c2c58

Please sign in to comment.