knative-extensions / autoscaler-keda

Keda based Knative HPA Autoscaler
Apache License 2.0
2 stars 4 forks source link

Support Keda authenticationRef #25

Closed skonto closed 2 months ago

skonto commented 2 months ago

In production envs we need to authenticate against the Prometheus instance being used. For more check the example here. Instead of having to embed authentication data in the ScaledObject we can reference a secret or cm, see here for more. The available options can be found here.