Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidecar containers for Keda operator #607

Closed
2 tasks
lpetrazickisupgrade opened this issue Feb 7, 2024 · 1 comment
Closed
2 tasks

Sidecar containers for Keda operator #607

lpetrazickisupgrade opened this issue Feb 7, 2024 · 1 comment

Comments

@lpetrazickisupgrade
Copy link
Contributor

Configuration parameters for defining additional sidecar and init containers for Keda operator

Use-Case

I typically use a sidecar container to manage AWS IAM auth, which is useful for Postgres and similar Keda scalers. For RDS Postgres specifically, the sidecar could use AWS IAM to get a temporary auth token and write that token to a standard PGPASS file on a shared volume. Keda Operator already supports mounting extra volumes, so being able to specify extra containers is the missing part of config options for this

Specification

  • extraContainers configuration parameter for regular sidecar containers
  • extraInitContainers configuration parameter for sidecar containers that run at pod startup
@JorTurFer
Copy link
Member

JorTurFer commented Feb 7, 2024

I see this useful ❤️ , but maybe you can't use the PGPASS despite if it's mounted. I have no idea about how it works being honest, but take into account that KEDA does some validation of the trigger configuration, so maybe the validation fails although the file is there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants