Skip to content

delete 'config' command in redis-cli#1

Open
zombozo12 wants to merge 1 commit intoiw00tr00t:masterfrom
zombozo12:patch-1
Open

delete 'config' command in redis-cli#1
zombozo12 wants to merge 1 commit intoiw00tr00t:masterfrom
zombozo12:patch-1

Conversation

@zombozo12
Copy link
Copy Markdown

spring-projects/spring-session#124

Redis security recommends disabling the CONFIG command so that remote users cannot reconfigure an instance. The RedisHttpSessionConfiguration requires access to this during its initialization. Hosted Redis services, like AWS ElastiCache disable this command by default, with no option to re-enable it.

correct me if I'm wrong ;)

spring-projects/spring-session#124

Redis security recommends disabling the CONFIG command so that remote users cannot reconfigure an instance. The RedisHttpSessionConfiguration requires access to this during its initialization. Hosted Redis services, like AWS ElastiCache disable this command by default, with no option to re-enable it.

correct me if I'm wrong ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant