kedacore/keda
Provide support for SecretProviderClass as identity provider in TriggerAuthentication
Open
#1,407 opened on Dec 9, 2020
authfeature-requesthelp wantedneeds-discussionstale-bot-ignore
Repository metrics
- Stars
- (10,372 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.