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: docs/data-sources/route.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Route data source
23
23
24
24
-`jwt_groups_filter` (Attributes) JWT Groups Filter (see [below for nested schema](#nestedatt--jwt_groups_filter))
25
25
-`jwt_issuer_format` (String) Format for JWT issuer strings. Use 'IssuerHostOnly' for hostname without scheme or trailing slash, or 'IssuerURI' for complete URI including scheme and trailing slash.
Copy file name to clipboardexpand all lines: docs/data-sources/routes.md
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Optional:
35
35
36
36
-`jwt_groups_filter` (Attributes) JWT Groups Filter (see [below for nested schema](#nestedatt--routes--jwt_groups_filter))
37
37
-`jwt_issuer_format` (String) Format for JWT issuer strings. Use 'IssuerHostOnly' for hostname without scheme or trailing slash, or 'IssuerURI' for complete URI including scheme and trailing slash.
Copy file name to clipboardexpand all lines: docs/resources/route.md
+7
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@ Route for Pomerium.
41
41
-`jwt_issuer_format` (String) Format for JWT issuer strings. Use 'IssuerHostOnly' for hostname without scheme or trailing slash, or 'IssuerURI' for complete URI including scheme and trailing slash.
42
42
-`kubernetes_service_account_token` (String) Kubernetes service account token.
43
43
-`kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
44
+
-`load_balancing_policy` (String) The following values are valid for the Load Balancing Policy field:
45
+
46
+
-`round_robin`
47
+
-`maglev`
48
+
-`random`
49
+
-`ring_hash`
50
+
-`least_request`
44
51
-`logo_url` (String) URL to the logo image.
45
52
-`pass_identity_headers` (Boolean) If applied, passes X-Pomerium-Jwt-Assertion header and JWT Claims Headers to the upstream application.
46
53
-`path` (String) Matches incoming requests with a path that is an exact match for the specified path.
0 commit comments