kedacore/keda

Provide support for SecretProviderClass as identity provider in TriggerAuthentication

Aperta

#1407 aperta il 9 dic 2020

 (4 commenti) (0 reazioni) (0 assegnatari)Go (1457 fork)auto 404
authfeature-requesthelp wantedneeds-discussionstale-bot-ignore

Metriche repository

Star
 (10.372 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor