Utpal Brahma

Results 10 comments of Utpal Brahma

I have opened PR's implementing the proposed solution — please have a look when you get a chance. Let me know if any feedback you guys might have. @tstirrat15 @vroldanbet...

@gbartolini Currently, as per this [code block](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/68dfd0e75e666c265b2e95d228371acce31029c3/internal/cnpgi/instance/backup.go#L58) the `barmanObjectName` is extracted solely from the plugin configuration defined in the Cluster CRD. However, both the Cluster and ScheduledBackup CRDs support plugin...

@shysaApk KEDA's RabbitMQ scaler does not recognize tls fields inside `metadata`. These should be configured in the `TriggerAuthentication` resource. So the scaler ignores these fields silently, and your connection over...

Hi @zroubalik, I believe it would helpful if we either: 1. Allow the EnableTLS (and related TLS fields) to be recognized from both `triggerMetadata` and `authParams`, so that it's more...

@rickbrouwer Have raised the documentation PR & linked in the description, please let me know if there's something I am missing here & sorry for the delay

Yes, the API layer already supports it! No new API endpoint needed - the existing one handles both single and bulk resource IDs. Clients can now pass either a optional_resource_id...

@josephschorr & @tstirrat15 Let me know if there is any improvement needed in this PR or is there a better way to solve this task.