You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kong-plugin/kong/plugins/readme-plugin/schema.lua
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ return {
18
18
},
19
19
{
20
20
id_header= {
21
-
description="Select header to be used as a unique identifier for a user. This value will be hashed by ReadMe. The `Authorization` header is used by default. If the configured header was not found then it will be set to 'Unknown'.",
21
+
description="Select header to be used as a unique identifier for a user. This value will be hashed by ReadMe. The `Authorization` header is used by default. If the configured header was not found then it will be set to `none`.",
22
22
type="string",
23
23
default="Authorization"
24
24
}
@@ -60,15 +60,15 @@ return {
60
60
},
61
61
{
62
62
group_by= {
63
-
description="A map of headers to group by. The key is the header name and the value is the header value to group by. Applies to request headers only. If the header is not found, it will be set to `unknown`. `email` and `label` are recommended keys to provide.",
63
+
description="A map of headers to group by. The key is the header name and the value is the header value to group by. Applies to request headers only. If the header is not found, it will be set to `none`. `email` and `label` are recommended keys to provide.",
0 commit comments