kedacore/keda

Provide support for SecretProviderClass as identity provider in TriggerAuthentication

オープン

#1,407 opened on 2020/12/09

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,457 件のフォーク)auto 404
authfeature-requesthelp wantedneeds-discussionstale-bot-ignore

Repository metrics

Stars
 (10,372 個のスター)
PR merge metrics
 (PR metrics pending)

説明

A clear and concise description of what you want to happen.

Use-Case

Based on this discussion https://github.com/kedacore/keda/discussions/1387#discussioncomment-176572 I would like to be able to use a SecretProviderClass to mount secrets in a deployment that is scaled using KEDA.

Currently when the deployment scales to 0 the SecretProviderClass is destroyed because nothing is using it, but when KEDA is trying to scale the deployment back up, it fails to find the secrets necessary for the deployment (since the SecretProviderClass hasn't been reconstructed yet).

Specification

  • Allow KEDA to create the SecretProviderClass before trying to scale the deployment.

コントリビューターガイド