Skip to content

Commit

Permalink
Referenceable fields for 3.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 3, 2024
1 parent 2940a9e commit fd566b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/referenceable_fields/3.9.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
"config.v2_strategies.openid_connect.config.redis.password",
"config.v2_strategies.openid_connect.config.redis.sentinel_username",
"config.v2_strategies.openid_connect.config.redis.sentinel_password",
"config.v2_strategies.openid_connect.config.http_proxy_authorization",
"config.v2_strategies.openid_connect.config.https_proxy_authorization",
"config.v2_strategies.openid_connect.config.cluster_cache_redis.username",
"config.v2_strategies.openid_connect.config.cluster_cache_redis.password",
"config.v2_strategies.openid_connect.config.cluster_cache_redis.sentinel_username",
Expand Down Expand Up @@ -230,6 +232,8 @@
"config.redis.password",
"config.redis.sentinel_username",
"config.redis.sentinel_password",
"config.http_proxy_authorization",
"config.https_proxy_authorization",
"config.cluster_cache_redis.username",
"config.cluster_cache_redis.password",
"config.cluster_cache_redis.sentinel_username",
Expand Down Expand Up @@ -285,6 +289,12 @@
"config.redis.sentinel_username",
"config.redis.sentinel_password"
],
"service-protection": [
"config.redis.username",
"config.redis.password",
"config.redis.sentinel_username",
"config.redis.sentinel_password"
],
"session": [
"config.secret"
],
Expand Down

0 comments on commit fd566b7

Please sign in to comment.