From 8231b9e817019def4a7eed596e2f580133898ef5 Mon Sep 17 00:00:00 2001 From: Roee Hershko <113914991+roee-hersh@users.noreply.github.com> Date: Sat, 16 Mar 2024 01:20:26 +0200 Subject: [PATCH] fix: add "none" as identity provider (#618) * support "none" as identity provider Signed-off-by: roee-hersh <113914991+roee-hersh@users.noreply.github.com> * add in other places Signed-off-by: roee-hersh <113914991+roee-hersh@users.noreply.github.com> * Update crd-clustertriggerauthentications Signed-off-by: roee-hersh <113914991+roee-hersh@users.noreply.github.com> * Update crd-triggerauthentications.yaml Signed-off-by: roee-hersh <113914991+roee-hersh@users.noreply.github.com> --------- Signed-off-by: roee-hersh <113914991+roee-hersh@users.noreply.github.com> --- keda/templates/crds/crd-clustertriggerauthentications.yaml | 4 ++++ keda/templates/crds/crd-triggerauthentications.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/keda/templates/crds/crd-clustertriggerauthentications.yaml b/keda/templates/crds/crd-clustertriggerauthentications.yaml index a12f398f..b1c18beb 100644 --- a/keda/templates/crds/crd-clustertriggerauthentications.yaml +++ b/keda/templates/crds/crd-clustertriggerauthentications.yaml @@ -157,6 +157,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -255,6 +256,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -366,6 +368,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -481,6 +484,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually diff --git a/keda/templates/crds/crd-triggerauthentications.yaml b/keda/templates/crds/crd-triggerauthentications.yaml index e52e6be2..eb563268 100644 --- a/keda/templates/crds/crd-triggerauthentications.yaml +++ b/keda/templates/crds/crd-triggerauthentications.yaml @@ -156,6 +156,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -254,6 +255,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -365,6 +367,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually @@ -480,6 +483,7 @@ spec: - aws - aws-eks - aws-kiam + - none type: string roleArn: description: RoleArn sets the AWS RoleArn to be used. Mutually