-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
feature-requestAll issues for new features that have not been committed toAll issues for new features that have not been committed toneeds-discussion
Description
Proposal
The current AuthenticationRef
spec limits KEDA to a set of primitives such as HashiCorpVault
, ConfigMap
, Secret
, various Cloud Provider auth mechanism and the likes. However, an often used pattern is sharing credentials via a tmpfs-backed emptyDir
where an initContainer
is responsible for obtaining and decrypting the secret and shares it with the main process via the filesystem. E.g. using the Vault Agent Injector.
Use-Case
We use a custom solution that needs to share secrets via a memory-backed file with KEDA
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
Metadata
Metadata
Assignees
Labels
feature-requestAll issues for new features that have not been committed toAll issues for new features that have not been committed toneeds-discussion
Type
Projects
Status
To Triage