diff --git a/auth_openidc.conf b/auth_openidc.conf index b9776ad2..45080b84 100644 --- a/auth_openidc.conf +++ b/auth_openidc.conf @@ -644,7 +644,7 @@ # - temporary state associated with Request URI's # - signed JWTs when using OIDCPassUserInfoAs signed_jwt and environment variable OIDC_USERINFO_SIGNED_JWT_CACHE_TTL # - JQ filter results when using OIDCFilterClaimsExpr and/or OIDCUserInfoClaimsExpr and/or Require claims_expr -# must be one of \"shm\", \"memcache\", \"file\" or, if Redis support is compiled in, \"redis\" +# must be one of \"shm\", \"memcache\", \"file\" or, if Redis/Valkey support is compiled in, \"redis\" # When not defined, "shm" (shared memory) is used. #OIDCCacheType [shm|memcache|file[|redis]] @@ -701,32 +701,32 @@ # set in milliseconds. Defaults to 60 seconds. #OIDCMemCacheConnectionsTTL -# Required if Redis support is compiled in and when using OIDCCacheType "redis": -# Specifies the Redis server used for caching as a [:] tuple. +# Required if Redis/Valkey support is compiled in and when using OIDCCacheType "redis": +# Specifies the Redis/Valkey server used for caching as a [:] tuple. #OIDCRedisCacheServer [:] -# Password to be used if the Redis server requires authentication: http://redis.io/commands/auth +# Password to be used if the Redis/Valkey server requires authentication: http://redis.io/commands/auth # When not specified, no authentication is performed. #OIDCRedisCachePassword -# Username to be used if the Redis server requires authentication: http://redis.io/commands/auth -# NB: this can only used with Redis 6 (ACLs) or later +# Username to be used if the Redis/Valkey server requires authentication: http://redis.io/commands/auth +# NB: this can only used with Redis/Valkey 6 (ACLs) or later # When not specified, the implicit user "default" is used #OIDCRedisCacheUsername -# Logical database to select on the Redis server: https://redis.io/commands/select +# Logical database to select on the Redis/Valkey server: https://redis.io/commands/select # When not defined the default database 0 is used. #OIDCRedisCacheDatabase -# Timeout (in seconds) for connecting to the Redis servers. +# Timeout (in seconds) for connecting to the Redis/Valkey server. # An optional 2nd parameter can be supplied to set the keepalive interval (in seconds) on the -# TCP connection to the Redis server. 0 disables keepalive. +# TCP connection to the Redis/Valkey server. 0 disables keepalive. # NB: the interval setting only works when compiled and running with hiredis >= 1.2.0 # when compiled and running with hiredis < 1.2.0 any value > 0 will apply the default interval # When not defined the default connect timeout is 5 seconds and the default hiredis keepalive (15s) is applied. #OIDCRedisCacheConnectTimeout [0|] -# Timeout waiting for a response of the Redis servers after a request was sent. +# Timeout waiting for a response of the Redis/Valkey server after a request was sent. # When not defined the default timeout is 5 seconds. #OIDCRedisCacheTimeout