Add support for CacheProvider/Redis authentication
See original GitHub issueRight now the CacheProvider(**) is only accepting hostname:6379
to connect Redis server.
A request came from customer to add authentication section for Redis server.
(**)
oxCacheConfiguration: {"cacheProviderType":"IN_MEMORY","memcachedConfiguration":{"servers":"localhost:11211","maxOperationQueueLength":100000,"bufferSize":32768,"defaultPutExpiration":60,"connectionFactoryType":"DEFAULT"},"inMemoryConfiguration":{"defaultPutExpiration":60},"redisConfiguration":{"redisProviderType":"STANDALONE","servers":"localhost:6379","defaultPutExpiration":60}}
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Authenticating with the Redis AUTH command
Use the Redis AUTH command to protect access to your data in Amazon ElastiCache for ... Modifying the auth token supports two strategies:...
Read more >Redis security | Redis
Redis provides two ways to authenticate clients. The recommended authentication method, introduced in Redis 6, is via Access Control Lists, allowing named users ......
Read more >How to configure Azure Cache for Redis | Microsoft Learn
Configure Azure Cache for Redis settings. To create a cache, sign in to the Azure portal and select Create a resource.
Read more >Redis Cache Provider - dotCMS
Add the Redis configuration properties to the dotmarketing-config.properties file. · Edit or add cache chain properties to specify the use of ...
Read more >Advanced Caching with Redis Cache - Blackboard Help
Select the list of caches to enable Redis. · Provide Redis connection settings in the Host, Port, and Password fields. · Select Submit....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mzico added ticket to get it covered in oxtrust https://github.com/GluuFederation/oxTrust/issues/1340
The workaround in 3.1.3 version is to set password directly in ldap. E.g.