Skip to content

Commit 028c41a

Browse files
authored
Updates pages to remove outdated k8s notice (#1334)
updates pages to remove outdated k8s notice
1 parent d847cfc commit 028c41a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

content/docs/reference/access-log-fields.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ The table below lists all available access log fields:
110110
| `upstream-cluster` | The cluster the request was sent to (the cluster name is assigned by Pomerium, for example `route-3bb74f76f9d71f9c` or `pomerium-control-plane-http`) | Yes |
111111
| `user-agent` | The User-Agent field sent by the user's browser | Yes |
112112
| `query` | The HTTP request query (for example, `?test=one&other=13`) | No |
113-
| \* [`headers.{CustomHeaderName}`](#custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` (for example, `headers.X-Amzn-Trace-Id` might return `Root=1-64c03960-37809588421513e42f260f56`) | No |
114-
115-
\* The `headers.{CustomHeaderName}` field is only available in **Core** and **Enterprise**, not Kubernetes.
113+
| [`headers.{CustomHeaderName}`](#log-custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` (for example, `headers.X-Amzn-Trace-Id` might return `Root=1-64c03960-37809588421513e42f260f56`) | No |
116114

117115
:::danger
118116

content/docs/reference/authorize-log-fields.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The table below lists all available authorize log fields:
103103
| `check-request-id` | The request ID of the gRPC check call | Yes |
104104
| `email` | The logged-in user's email address | Yes |
105105
| `headers` | The complete set of HTTP request headers | No |
106-
| \* `headers.{CustomHeaderName}` | An HTTP Request Header identified by the `HeaderName` | No |
106+
| [`headers.{CustomHeaderName}`](#log-custom-headers-fields) | An HTTP Request Header identified by the `HeaderName` | No |
107107
| `host` | The HTTP request `:authority` or `Host` header value. Can be a domain name or IP address and may contain a port number (for example, `www.example.com`) | Yes |
108108
| `id-token` | The user's ID token | No |
109109
| `id-token-claims` | The user's ID token claims | No |
@@ -119,8 +119,6 @@ The table below lists all available authorize log fields:
119119
| `session-id` | the session ID | Yes |
120120
| `user` | The user's ID | Yes |
121121

122-
\* The `headers.{CustomHeaderName}` field is only available in **Core** and **Enterprise**, not Kubernetes.
123-
124122
:::danger
125123

126124
Query parameters often contain sensitive information. Do not enable the `query` log field without careful consideration.

0 commit comments

Comments
 (0)