-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tlspolicy enforced condition when certificate/issuer ready condi…
…tion is missing (#715) * fix: tlspolicy enforced condition when certificate/issuer ready condition is missing Previous using IsStatusConditionFalse will return true if the Ready status condition is missing which caused TLSPolicy to incorrectly set the Enforced condition to true * feat: TLSPolicy watch for owned Certificates * regression: do not wait for gateways to be ready for tlspolicy * feat: watch for issuer/clusterIssuer status changes for TLSPolicy * tests: harden and cleanup tests * fix: get all gateways events for tlspolicy * tests: unit test for list error for issuer mapper * refactor: do not only just received programmed gateway events * tls policy: check cert-manager API is available before starting controller * refactor: account for ClusterIssuer & Issuer for checking if Cert Manager is installed
- Loading branch information
Showing
27 changed files
with
519 additions
and
468 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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.