question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for CacheProvider/Redis authentication

See original GitHub issue

Right 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
yuriyzcommented, Nov 13, 2018

@mzico added ticket to get it covered in oxtrust https://github.com/GluuFederation/oxTrust/issues/1340

0reactions
yuriyzcommented, Nov 13, 2018

The workaround in 3.1.3 version is to set password directly in ldap. E.g.

"redisConfiguration":{"servers":"localhost:6379", "defaultPutExpiration": 60, "password": "mypassword"}
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found