Skip to content

Commit d532a51

Browse files
committed
typos, prettier
1 parent 299bde3 commit d532a51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/docs/reference/jwt-groups-filter.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The **JWT Groups Filter** setting is available in the Enterprise Console on the
3939

4040
Select the "Filter to groups referenced in policies" option if you want to automatically filter based on any group IDs referenced in any policies associated with a specific route. Or you can enter specific groups using the "Filter to specific groups" input field.
4141

42-
If both are specfied, a group will be eligible for inclusion in the Pomerium JWT if it is _either_ referenced in an associated policy, or present in the list of specific groups.
42+
If both are specified, a group will be eligible for inclusion in the Pomerium JWT if it is _either_ referenced in an associated policy, or present in the list of specific groups.
4343

4444
:::info
4545

@@ -53,4 +53,4 @@ When this feature is enabled, a new field `removed-groups-count` will be present
5353

5454
To verify that groups filtering is working as expected, you can also set the [log level](/docs/reference/log-level) to "debug." At this level, Pomerium will log an additional entry with the message `JWT group filtering removed groups` along with the IDs of all removed and included groups.
5555

56-
[directory sync]: /docs/integrations/user-standing/directory-sync
56+
[directory sync]: /docs/integrations/user-standing/directory-sync

content/docs/reference/reference.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -712,14 +712,14 @@
712712
"id": "jwt-groups-filter",
713713
"title": "JWT Groups Filter",
714714
"path": "/jwt-groups-filter",
715-
"description": "Restrics the set of groups allowed in the Pomerium JWT and Impersonate-Group headers, either based on applied policies or using a specific list of groups.",
715+
"description": "Restricts the set of groups allowed in the Pomerium JWT and Impersonate-Group headers, either based on applied policies or using a specific list of groups.",
716716
"services": []
717717
},
718718
"jwt-groups-filter-route": {
719719
"id": "jwt-groups-filter-route",
720720
"title": "JWT Groups Filter (per route)",
721721
"path": "/routes/jwt-groups-filter",
722-
"description": "Restrics the set of groups allowed in the Pomerium JWT and Impersonate-Group headers, either based on applied policies or using a specific list of groups.",
722+
"description": "Restricts the set of groups allowed in the Pomerium JWT and Impersonate-Group headers, either based on applied policies or using a specific list of groups.",
723723
"services": []
724724
},
725725
"override-certificate-name": {

0 commit comments

Comments
 (0)