Skip to content

Commit e4121b5

Browse files
authored
add reference entry for JWT groups filter (#1732)
1 parent a54b58f commit e4121b5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/docs/reference/reference.json

+7
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,13 @@
701701
"services": [],
702702
"type": "slice of string"
703703
},
704+
"jwt-groups-filter": {
705+
"id": "jwt-groups-filter",
706+
"title": "JWT Groups Filter",
707+
"description": "If set, filters the set of group memberships in the Pomerium JWT and Impersonate-Group headers to this subset of groups (based on an exact string match).",
708+
"services": [],
709+
"type": "array of string"
710+
},
704711
"override-certificate-name": {
705712
"id": "override-certificate-name",
706713
"title": "Override Certificate Name",

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
"yubico",
183183
"yubikey",
184184
"zenefits",
185+
"zipkin",
185186
"webui",
186187
"OLLAMA",
187188
"zonefile",

0 commit comments

Comments
 (0)