Jorge Turrado Ferrero

Results 990 comments of Jorge Turrado Ferrero

Hey @joaopalet , We have already created the IPs and just copycat the address in our terraform files, so we don't need to "mix providers" (at least yet). My request...

You can't pass the certs inline in the ScaledObject as they are sensitive information, you have to use TriggerAuthentication. KEDA just ignores them from ScaledObject, that's why you see the...

mmm.. maybe we should improve docs to be more clear 🤔 As a rule, if you see the parameters under the section `Authentication Parameters` (https://keda.sh/docs/2.13/scalers/apache-kafka/#authentication-parameters) they can be set as...

I'm not an expert with certificate stuff. After a quick review it looks that your command generates a PKCS v2... Could you share all the commands for generating a certificate...

They error looks as a mismatch between the crt and key. Could you share how you generate them? I mean, the openssl commands

Wow, nice research, I didn't know about this cert limitation in the upstream libraries :/ I've checked the library and I'd not expect support for this, so I think that...

/run-e2e internals **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/8807431704)

/run-e2e internals **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/8866873161)

f**k I didn't notice that changing the status fields I can break the CRD :/ The HTTP Add-on shouldn't use them anymore either but probably it doesn't remove them if...

I'm asking because we have to include a check for removing those states from the HTTPScaledObject if they are available