Replies: 2 comments 1 reply
-
Hello, @ohookins you want a sample code for Jedis use IAM? or do you already have one? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also need an IAM credential provider for Jedis so that can use Jedis connect to AWS Elasticache which enabled the IAM authentication. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are considering using IAM authentication with AWS Elasticache / Redis; we're already using Jedis in at least one project. While it seems that Jedis supports injecting a config provider which could implement the username/password refreshing that would be required to operate with IAM-based credentials, I haven't been able to find an open source config provider for this. It's also not supported in the Jedis project itself.
Has anyone come across a project that implements this? I'm surprised I couldn't find any issues, PRs or discussions about this already but perhaps I'm searching for the wrong thing.
Beta Was this translation helpful? Give feedback.
All reactions