Re: ACLs in RedisDistributedMapCacheClientService

2023-10-09 Thread Fabian Reiber
Hi, On 10/5/23 18:40, Bryan Bende wrote: Hello, I think the change would actually be in the RedisConnectionPool services since that is where the password fields are specified right? Yes I would expect it there. It looks like the connection factory can be configured with a username and a se

Re: ACLs in RedisDistributedMapCacheClientService

2023-10-05 Thread Bryan Bende
Hello, I think the change would actually be in the RedisConnectionPool services since that is where the password fields are specified right? It looks like the connection factory can be configured with a username and a sentinel username, and we currently don't set either. Are you asking to expose

ACLs in RedisDistributedMapCacheClientService

2023-10-05 Thread Fabian Reiber
Hi people, I would like to use ACLs of my redis sentinel cluster with NiFi. But the "RedisDistributedMapCacheClientService" does not allow this. It is possible to configure a password (for the server and the sentinel), but not possible to use a different username for both. I expect, NiFi uses