Commit Graph

17 Commits (ca92464ef6886aed3a5856626771802d0d74ce90)

Author SHA1 Message Date
Tim Jacomb 08f5ca39b0
Avoid substitution issue in kustomize credentials sync
Signed-off-by: Tim Jacomb <tim.jacomb@hmcts.net>
Stefan Prodan 8a3e5790f5
Use multi-arch image for kubectl
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Tim Jacomb bc2de741b8
Avoid substitution issue in kustomize for azure credentials sync
Signed-off-by: Tim Jacomb <tim.jacomb@hmcts.net>
Edvin Norling f748114dfa Remove resourceNames in integration secrets
* Solves 
* We remove resourceName due to the following:
  Note: You cannot restrict create or deletecollection requests by resourceName.
  For create, this limitation is because the object name is not known at authorization time.
* Fix typo in azure-registry cronjob
Signed-off-by: Edvin Norling <edvin.norling@xenit.se>
leigh capili 296bf3cc6c
Fix eventhub integration config patches
Signed-off-by: leigh capili <leigh@null.net>
leigh capili 1789aa180d
Remove unused kustomizeconfigs from integrations
Signed-off-by: leigh capili <leigh@null.net>
leigh capili bd255800db
Template AzureIdentityBinding using $(AZ_IDENTITY_NAME) for integrations
Signed-off-by: leigh capili <leigh@null.net>
leigh capili 1355962b3c
Fix GCP integration container image
Signed-off-by: leigh capili <leigh@null.net>
leigh capili bb0114e379
Remove per-cloud /kbin/kubectl patches
Signed-off-by: leigh capili <leigh@null.net>
leigh capili f9622a5b9e
Add /kbin/kubectl to _base integrations
Signed-off-by: leigh capili <leigh@null.net>
leigh capili 3a74fcd75c
Add Makefile to test integrations
Signed-off-by: leigh capili <leigh@null.net>
Edvin Norling 0404790df9 How to automatically renew Azure eventhub
To use JWT to communicate with Azure eventhub we need to renew the JWT credentials
from time to time. This example yaml helps out with that
* Supports both deployment and cronjob based renewal
  * static service principal
  * aad-pod-identity in azure

Signed-off-by: Edvin Norling <edvin.norling@xenit.se>
Ally Parker 4697b1101d Fix service account
Signed-off-by: Ally Parker <ally.parker@red-gate.com>
Daniel Holbach 086f174463 Update more toolkit.fluxcd.io redirects
Following up on  some more docs links which
	now live under fluxcd.io itself.

Signed-off-by: Daniel Holbach <daniel@weave.works>
Marco Amador e6132e36ba fix: revert azure patch and fix the order parameters in the function
Signed-off-by: Marco Amador <amador.marco@gmail.com>
Marco Amador 585b97c462 fix: parameter order
Signed-off-by: Marco Amador <amador.marco@gmail.com>
leigh capili 99825f2663
Add registry cred Deployments/CronJobs for aws/gcp/azure via kustomize
Signed-off-by: leigh capili <leigh@null.net>