Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af93098

Browse files
committedFeb 14, 2025
update docs
1 parent 4567ed1 commit af93098

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed
 

‎docs/data-sources/route.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Route data source
2222
### Optional
2323

2424
- `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.
2526

2627
### Read-Only
2728

@@ -37,7 +38,6 @@ Route data source
3738
- `idle_timeout` (String) Idle timeout.
3839
- `idp_client_id` (String) IDP client ID.
3940
- `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))
4141
- `kubernetes_service_account_token` (String) Kubernetes service account token.
4242
- `kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
4343
- `logo_url` (String) URL to the logo image.
@@ -77,14 +77,6 @@ Optional:
7777
- `infer_from_ppl` (Boolean)
7878

7979

80-
<a id="nestedatt--jwt_issuer_format"></a>
81-
### Nested Schema for `jwt_issuer_format`
82-
83-
Read-Only:
84-
85-
- `format` (String)
86-
87-
8880
<a id="nestedatt--rewrite_response_headers"></a>
8981
### Nested Schema for `rewrite_response_headers`
9082

‎docs/data-sources/routes.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ List all routes
3434
Optional:
3535

3636
- `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.
3738

3839
Read-Only:
3940

@@ -50,7 +51,6 @@ Read-Only:
5051
- `idle_timeout` (String) Idle timeout.
5152
- `idp_client_id` (String) IDP client ID.
5253
- `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))
5454
- `kubernetes_service_account_token` (String) Kubernetes service account token.
5555
- `kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
5656
- `logo_url` (String) URL to the logo image.
@@ -90,14 +90,6 @@ Optional:
9090
- `infer_from_ppl` (Boolean)
9191

9292

93-
<a id="nestedatt--routes--jwt_issuer_format"></a>
94-
### Nested Schema for `routes.jwt_issuer_format`
95-
96-
Read-Only:
97-
98-
- `format` (String)
99-
100-
10193
<a id="nestedatt--routes--rewrite_response_headers"></a>
10294
### Nested Schema for `routes.rewrite_response_headers`
10395

‎docs/resources/route.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Route for Pomerium.
3636
- `idp_client_id` (String) IDP client ID.
3737
- `idp_client_secret` (String) IDP client secret.
3838
- `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.
4040
- `kubernetes_service_account_token` (String) Kubernetes service account token.
4141
- `kubernetes_service_account_token_file` (String) Path to the Kubernetes service account token file.
4242
- `logo_url` (String) URL to the logo image.
@@ -77,14 +77,6 @@ Optional:
7777
- `infer_from_ppl` (Boolean)
7878

7979

80-
<a id="nestedatt--jwt_issuer_format"></a>
81-
### Nested Schema for `jwt_issuer_format`
82-
83-
Optional:
84-
85-
- `format` (String)
86-
87-
8880
<a id="nestedatt--rewrite_response_headers"></a>
8981
### Nested Schema for `rewrite_response_headers`
9082

0 commit comments

Comments
 (0)
Please sign in to comment.