-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rabbitmq scaler be used with regexes with amqps protocol #4832
Comments
Hi,
What do you mean? You can just set a URL with HTTPS and it will work if the certificate is valid. In case of self-signed certificates, you still can add them to KEDA's trusted store: https://keda.sh/docs/2.11/operate/security/#register-your-own-ca-in-keda-operator-trusted-store |
@JorTurFer when i put a url with https it didn't work for me but i might've done something wrong |
Could you share the https ScaledObject that you are using? |
@JorTurFer thanks for the quick response! im using a clustertrigerauthentication to authenticate
CTA:
url structure: https://user:password@b-87ds8765-abcd-4123-sdb9-d187172cf294.mq.us-east-1.amazonaws.com:15671 another unrelated issue is, when i edit the secret for the connection url i need to redeploy the scaled object for the configuration to apply, it would be nice if it applied automatically. regarding plugins we're using amazon elasticmq so im not sure if i can even change something in this regard. |
Just recapping:
Could you give another try an share KEDA error on those cases? In my personal experience, I have had issues with some AWS certificates, maybe it's related with that 🤔 |
In theory, the ScaledObject is rebuilt on each error, so the change in secrets should be read once the scaler returns an error. In normal operation we don't watch the secrets because watching all the configuration sources could be a problem to manage them, but it's a good idea. If you open an issue requesting it, we can discuss about the topic 😄 |
|
actually when im doing no port it sends: error inspecting rabbitMQ: error requesting rabbitMQ API status: 404 Not Found |
ok no port config actually worked for me 🥳 i had misconfiguration on the queuename side, looks like regex is also working. |
Nice! Happy to help :) |
Proposal
similar to 743 i want to be able to use regex on queue names, this was implemented only on http protocol. As Keda doesn't support https in this scaler i can't use this protocol. (this might be another good feature request)
Use-Case
use regex in queue name with amqps protocol
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: