Skip to content

Commit 4defa54

Browse files
committed
docs(*): update the version control
1 parent ec9fdc4 commit 4defa54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/_src/gateway/kong-manager/auth/sessions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ admin_gui_session_conf = {
3333
}
3434
```
3535
{% endif_version %}
36-
{% if_version gte:3.2.x lte:3.9.x %}
36+
{% if_version gte:3.2.x lte:3.3.x %}
3737

3838
```
3939
enforce_rbac = on
@@ -50,7 +50,7 @@ admin_gui_session_conf = {
5050

5151
{% endif_version %}
5252

53-
{% if_version gte:3.10.x %}
53+
{% if_version gte:3.4.x %}
5454

5555
```
5656
enforce_rbac = on
@@ -81,7 +81,7 @@ Attribute | Description
8181

8282
{% endif_version %}
8383

84-
{% if_version gte:3.2.x lte:3.9.x %}
84+
{% if_version gte:3.2.x lte:3.3.x %}
8585

8686
Attribute | Description
8787
----------|------------
@@ -95,7 +95,7 @@ Attribute | Description
9595

9696
{% endif_version %}
9797

98-
{% if_version gte:3.10.x %}
98+
{% if_version gte:3.4.x %}
9999

100100
Attribute | Description
101101
----------|------------
@@ -119,7 +119,7 @@ Attribute | Description
119119
For detailed descriptions of each configuration property, learn more in the
120120
[Session plugin documentation](/hub/kong-inc/session).
121121

122-
{% if_version gte:3.10.x %}
122+
{% if_version gte:3.4.x %}
123123

124124
## Multiple session management
125125

@@ -178,7 +178,7 @@ admin_gui_session_conf = {
178178
}
179179
```
180180

181-
{% if_version gte:3.10.x %}
181+
{% if_version gte:3.4.x %}
182182
If you want to invalidate all sessions when the password is changed, the following configuration could be used with the Basic Auth plugin:
183183

184184
```

0 commit comments

Comments
 (0)