Skip to content

Commit

Permalink
fix: add "none" as identity provider (#618)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
roee-hersh authored Mar 15, 2024
1 parent 2e3b59d commit 8231b9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keda/templates/crds/crd-clustertriggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -255,6 +256,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -366,6 +368,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -481,6 +484,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down
4 changes: 4 additions & 0 deletions keda/templates/crds/crd-triggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -254,6 +255,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -365,6 +367,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down Expand Up @@ -480,6 +483,7 @@ spec:
- aws
- aws-eks
- aws-kiam
- none
type: string
roleArn:
description: RoleArn sets the AWS RoleArn to be used. Mutually
Expand Down

0 comments on commit 8231b9e

Please sign in to comment.