Alarms when a credential is near expiry #13075
-
Is your feature request related to a problem? Please describe.Alarm management in rabbitmq for user credential and certificate expiry. Describe the solution you'd likeSystems must raise alarms when a credential is near expiry. Alert message/alarm/notification message to the admin user if the user use management UI and log message with high priority to send in any case. Expiration warning time shall be configurable, separate parameter to add in the config section to set before how many days the alarm should trigger. Ex: default value shall be 14 days. Describe alternatives you've consideredNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello, thanks for using RabbitMQ. Since you're talking about credential expiration, I assume you must be talking about OAuth2. RabbitMQ's community support policy excludes OAuth2, as support (including enhancements) for that component are limited to customers who pay for RabbitMQ support. I will bring this idea to the team, but realize that, if implemented, it would only be available to commercial users of RabbitMQ. |
Beta Was this translation helpful? Give feedback.
-
OAuth2 tokens are rather short lived. Usual expiration times are a few minutes or a few hours. It's the client's responsibility to refresh the token in time. I don't think a notification for the server admin is a great idea. |
Beta Was this translation helpful? Give feedback.
-
Hi Team, How about certificate expiry(Talking about TLS certificates) alarm. Suppose if we use one year valid certificates and when they are getting expired in two weeks, would it be possible to create a mechanism to send alarm in that case? Lets say before 14days with high severity and after expiry send alarm with critical severity. |
Beta Was this translation helpful? Give feedback.
OAuth2 tokens are rather short lived. Usual expiration times are a few minutes or a few hours. It's the client's responsibility to refresh the token in time. I don't think a notification for the server admin is a great idea.