update k8s lib and use app-protocol
Some checks failed
Build and Publish / build-release (push) Failing after 8m7s

This commit is contained in:
2026-04-10 12:03:37 -05:00
parent cda03ae37d
commit 539755e05f
7 changed files with 124 additions and 69 deletions

View File

@@ -19,7 +19,9 @@ func (b *Builder) BuildConnection(key types.NamespacedName, instance *zitadelv1a
org := &zitadelresourcesv1alpha1.Connection{
ObjectMeta: objMeta,
Spec: zitadelresourcesv1alpha1.ConnectionSpec{
Host: instance.Spec.CustomDomain,
Host: instance.Spec.CustomDomain,
Secure: true,
InsecureSkipVerifyTLS: true,
Authentication: zitadelresourcesv1alpha1.Authentication{
PAT: &zitadelresourcesv1alpha1.PAT{
TokenSecretKey: corev1.SecretKeySelector{