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-9
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Route data source
22
22
### Optional
23
23
24
24
-`jwt_groups_filter` (Attributes) JWT Groups Filter (see [below for nested schema](#nestedatt--jwt_groups_filter))
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.
25
26
26
27
### Read-Only
27
28
@@ -37,7 +38,6 @@ Route data source
37
38
-`idle_timeout` (String) Idle timeout.
38
39
-`idp_client_id` (String) IDP client ID.
39
40
-`idp_client_secret` (String) IDP client secret.
40
-
-`jwt_issuer_format` (Object) JWT issuer format configuration. (see [below for nested schema](#nestedatt--jwt_issuer_format))
41
41
-`kubernetes_service_account_token` (String) Kubernetes service account token.
42
42
-`kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
Copy file name to clipboardexpand all lines: docs/data-sources/routes.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ List all routes
34
34
Optional:
35
35
36
36
-`jwt_groups_filter` (Attributes) JWT Groups Filter (see [below for nested schema](#nestedatt--routes--jwt_groups_filter))
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.
37
38
38
39
Read-Only:
39
40
@@ -50,7 +51,6 @@ Read-Only:
50
51
-`idle_timeout` (String) Idle timeout.
51
52
-`idp_client_id` (String) IDP client ID.
52
53
-`idp_client_secret` (String) IDP client secret.
53
-
-`jwt_issuer_format` (Object) JWT issuer format configuration. (see [below for nested schema](#nestedatt--routes--jwt_issuer_format))
54
54
-`kubernetes_service_account_token` (String) Kubernetes service account token.
55
55
-`kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
Copy file name to clipboardexpand all lines: docs/resources/route.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Route for Pomerium.
36
36
-`idp_client_id` (String) IDP client ID.
37
37
-`idp_client_secret` (String) IDP client secret.
38
38
-`jwt_groups_filter` (Attributes) JWT Groups Filter (see [below for nested schema](#nestedatt--jwt_groups_filter))
39
-
-`jwt_issuer_format` (Object) JWT issuer format configuration. (see [below for nested schema](#nestedatt--jwt_issuer_format))
39
+
-`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.
40
40
-`kubernetes_service_account_token` (String) Kubernetes service account token.
41
41
-`kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
0 commit comments