forked from Azure/aks-app-routing-operator
-
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.
defaultSSLCertificate via key vault URI (Azure#166)
* moving changes from aamgayle/crdwatchreconciler to new verified branch * unit tests for nginx_ingress_controller and parameter adjustments * tests and fix for app-routing-system namespace * keyVaultUri to pointer and associated changes * Generic BuildSPC function and namespace fixes * placeholder_pod refactor and additional nic kv uri e2e test * obj to nic bug fix, ing annotation change and unit test adjustment * changed nginx_secret_provider_class namespace to come from config * Added CEL validation for keyvault fields and properties size on DefaultSSLCertificate * addressing comments and added placeholder pod check test * Added e2e tests to confirm pulling secret from keyvault * error checking for spc get * removing unneeded upsert of nic * added secretproviderclass to scheme * added wait time to ensure spc is found after nic is created * addressing comments * removed waits for spc and service in e2e test * Reverted from zap to logr.Discard * Addressing comments * typo fix * Addressing comments * Added tests for buildDeployment and moved buildSPC tests to kv_util_test * ingressClassName error check test * string fix in test * Error() and ToPtr fix * UserError function and better error checking * changes for UserError * addressing comments * typo fix * test fixes * added logging for buildSPC error * Added logging * Error level logs * Addressing comments * moved logging for placeholder_pod to switch cases * default case for placeholder_pod --------- Co-authored-by: Oliver King <[email protected]>
- Loading branch information
1 parent
49119e1
commit ef0b85a
Showing
17 changed files
with
1,539 additions
and
291 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.