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

Operator fail when KEDA_RESTRICT_SECRET_ACCESS enabled #6278

Closed
pacmanmulet opened this issue Oct 28, 2024 · 1 comment
Closed

Operator fail when KEDA_RESTRICT_SECRET_ACCESS enabled #6278

pacmanmulet opened this issue Oct 28, 2024 · 1 comment

Comments

@pacmanmulet
Copy link

Report

I have deployed KEDA enablng KEDA_RESTRICT_SECRET_ACCESS environment variable and operator returns an error:

image

Expected Behavior

KEDA operator running without errors.

Actual Behavior

KEDA operator fails to start

Steps to Reproduce the Problem

KEDA is installed using helm and the access to secrets is limited using the following parameters in values.yaml

metricsServer:
  dnsPolicy: ClusterFirstWithHostNet
  useHostNetwork: true
nodeSelector:
  workergroup: compute
permissions:
  metricServer:
    restrict:
      secret: false
  operator:
    restrict:
      secret: true

KEDA Version
2.14.0

Kubernetes Version
v1.27.16-eks-ce1d5eb

Platform
EKS

@JorTurFer
Copy link
Member

JorTurFer commented Oct 30, 2024

Hello,
Thanks for reporting! This issue is already solved in main branch and the fix will be released with the next version in a couple of days -> kedacore/charts#643

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

No branches or pull requests

2 participants