-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parser) handle same SNI across different Ingress rules
When the same SNI is associated with different Kubernetes Secrets. When using Kong with a database, this results in the same SNI being associated with a different certificate and the controller fails to update the SNI in Kong. This fix reduces the likelihood of this happening for some cases but will not fix the problem for all cases. See Kong/deck@890404c for the root cause of this issue. Fix #510 From #523
- Loading branch information
Showing
2 changed files
with
116 additions
and
14 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
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