Skip to content

Conversation

@Water-Melon
Copy link
Contributor

  1. remove the read only restriction on object methods
  2. add a flag force_redis_auth to control whether auth is required after each connection

auth = auth,
username = username,
password = password,
force_auth = force_auth,
Copy link
Contributor Author

@Water-Melon Water-Melon Nov 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: Kong/resty-redis-cluster#44

Only kong-resty-rediscluster will make this flag take effect.

@Water-Melon Water-Melon force-pushed the feat/support_redis_authn branch from 0d17bc6 to 16ee522 Compare November 24, 2025 07:49
local ssl_verify = configuration and configuration.ssl_verify
local server_name = configuration and configuration.server_name

local force_auth = configuration and configuration.force_auth
Copy link
Contributor Author

@Water-Melon Water-Melon Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local ssl_verify = configuration and configuration.ssl_verify
local server_name = configuration and configuration.server_name

local force_auth = configuration and configuration.force_auth
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the read only restriction on object methods
and add a flag to control whether auth is required after each connection.
@Water-Melon Water-Melon force-pushed the feat/support_redis_authn branch from 16ee522 to b00715f Compare November 24, 2025 09:20
@bungle bungle merged commit 2e57fb7 into bungle:master Nov 24, 2025
2 checks passed
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.

3 participants