Skip to content

Commit 54ff4a1

Browse files
Feediver1github-actions[bot]
authored andcommitted
auto-docs: Update property docs for v26.1.8
1 parent 33d4d1f commit 54ff4a1

5 files changed

Lines changed: 76 additions & 9 deletions

File tree

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ asciidoc:
1717
# Fallback versions
1818
# We try to fetch the latest versions from GitHub at build time
1919
# --
20-
full-version: 26.1.7
21-
latest-redpanda-tag: 'v26.1.7'
20+
full-version: 26.1.8
21+
latest-redpanda-tag: 'v26.1.8'
2222
latest-console-tag: 'v3.3.1'
2323
latest-release-commit: 'ebee215fdb2b8004735c6f800e532564cdcc05e1'
2424
latest-operator-version: 'v2.3.8-24.3.6'

docs-data/property-overrides.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,9 @@
10201020
"description": "Secret used with the client ID to query the OAuth token endpoint for Iceberg REST catalog authentication. Required if catalog type is set to `rest` and `iceberg_rest_catalog_authentication_mode` is set to `oauth2`.",
10211021
"config_scope": "cluster"
10221022
},
1023+
"iceberg_rest_catalog_credentials_host": {
1024+
"version": "v26.1.8"
1025+
},
10231026
"iceberg_rest_catalog_credentials_source": {
10241027
"related_topics": [
10251028
"xref:reference:properties/object-storage-properties.adoc#cloud_storage_credentials_source[`cloud_storage_credentials_source`]"

docs-data/redpanda-property-changes-v26.1.6-to-v26.1.7.json renamed to docs-data/redpanda-property-changes-v26.1.7-to-v26.1.8.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"comparison": {
3-
"oldVersion": "v26.1.6",
4-
"newVersion": "v26.1.7",
5-
"timestamp": "2026-05-08T12:54:30.491Z"
3+
"oldVersion": "v26.1.7",
4+
"newVersion": "v26.1.8",
5+
"timestamp": "2026-05-14T16:16:34.287Z"
66
},
77
"summary": {
88
"newProperties": 1,
@@ -17,10 +17,10 @@
1717
"details": {
1818
"newProperties": [
1919
{
20-
"name": "oidc_http_proxy_url",
20+
"name": "iceberg_rest_catalog_credentials_host",
2121
"type": "string",
2222
"default": null,
23-
"description": "URL of the HTTP forward proxy used for OIDC discovery and JWKS fetches. Accepts http://host:port or https://host:port. When set, `oidc_discovery_url` must use https://. Plain text OIDC origins cannot be routed through a forward proxy."
23+
"description": "The hostname to connect to for retrieving role based credentials for the Iceberg REST catalog. Derived from iceberg_rest_catalog_credentials_source if not set. Only required when using IAM role based access on AWS; does not apply to OAuth-based authentication schemes. Independent of cloud_storage_credentials_host."
2424
}
2525
],
2626
"changedDefaults": [],

modules/reference/attachments/redpanda-properties-v26.1.7.json renamed to modules/reference/attachments/redpanda-properties-v26.1.8.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7174,6 +7174,24 @@
71747174
"type": "string",
71757175
"visibility": "user"
71767176
},
7177+
"iceberg_rest_catalog_credentials_host": {
7178+
"c_type": "ss::sstring",
7179+
"cloud_byoc_only": false,
7180+
"cloud_editable": false,
7181+
"cloud_readonly": false,
7182+
"cloud_supported": false,
7183+
"config_scope": "cluster",
7184+
"default": null,
7185+
"defined_in": "src/v/config/configuration.cc",
7186+
"description": "The hostname to connect to for retrieving role based credentials for the Iceberg REST catalog. Derived from iceberg_rest_catalog_credentials_source if not set. Only required when using IAM role based access on AWS; does not apply to OAuth-based authentication schemes. Independent of cloud_storage_credentials_host.",
7187+
"is_deprecated": false,
7188+
"is_enterprise": false,
7189+
"name": "iceberg_rest_catalog_credentials_host",
7190+
"needs_restart": true,
7191+
"nullable": true,
7192+
"type": "string",
7193+
"visibility": "user"
7194+
},
71777195
"iceberg_rest_catalog_credentials_source": {
71787196
"cloud_byoc_only": true,
71797197
"cloud_editable": true,
@@ -10112,13 +10130,14 @@
1011210130
"config_scope": "cluster",
1011310131
"default": null,
1011410132
"defined_in": "src/v/config/configuration.cc",
10115-
"description": "URL of the HTTP forward proxy used for OIDC discovery and JWKS fetches. Accepts `http://host:port` or `https://host:port`. When set, `oidc_discovery_url` must use `https:// \u2014`. Plain text OIDC origins cannot be routed through a forward proxy.",
10133+
"description": "URL of the HTTP forward proxy used for OIDC discovery and JWKS fetches. Accepts http://host:port or https://host:port. When set, oidc_discovery_url must use https:// \u2014 plaintext OIDC origins cannot be routed through a forward proxy.",
1011610134
"is_deprecated": false,
1011710135
"is_enterprise": false,
1011810136
"name": "oidc_http_proxy_url",
1011910137
"needs_restart": false,
1012010138
"nullable": true,
1012110139
"type": "string",
10140+
"version": "v26.1.7",
1012210141
"visibility": "user"
1012310142
},
1012410143
"oidc_keys_refresh_interval": {

modules/reference/partials/properties/cluster-properties.adoc

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8376,6 +8376,47 @@ endif::[]
83768376

83778377
// end::redpanda-cloud[]
83788378

8379+
=== iceberg_rest_catalog_credentials_host
8380+
8381+
The hostname to connect to for retrieving role based credentials for the Iceberg REST catalog. Derived from iceberg_rest_catalog_credentials_source if not set. Only required when using IAM role based access on AWS; does not apply to OAuth-based authentication schemes. Independent of cloud_storage_credentials_host.
8382+
8383+
[cols="1s,2a"]
8384+
|===
8385+
| Property | Value
8386+
8387+
| Type
8388+
| `string`
8389+
8390+
8391+
8392+
| Default
8393+
|
8394+
ifdef::env-cloud[]
8395+
Available in the Redpanda Cloud Console
8396+
endif::[]
8397+
ifndef::env-cloud[]
8398+
`null`
8399+
endif::[]
8400+
8401+
| Nullable
8402+
| Yes
8403+
8404+
| Requires restart
8405+
| Yes
8406+
8407+
ifndef::env-cloud[]
8408+
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
8409+
| Yes
8410+
endif::[]
8411+
8412+
ifndef::env-cloud[]
8413+
| Visibility
8414+
| User
8415+
endif::[]
8416+
8417+
|===
8418+
8419+
83798420
// tag::redpanda-cloud[]
83808421
=== iceberg_rest_catalog_crl
83818422

@@ -14085,7 +14126,11 @@ endif::[]
1408514126

1408614127
=== oidc_http_proxy_url
1408714128

14088-
URL of the HTTP forward proxy used for OIDC discovery and JWKS fetches. Accepts `http://host:port` or `https://host:port`. When set, `oidc_discovery_url` must use `https://`. Plain text OIDC origins cannot be routed through a forward proxy.
14129+
ifndef::env-cloud[]
14130+
*Introduced in v26.1.7*
14131+
endif::[]
14132+
14133+
URL of the HTTP forward proxy used for OIDC discovery and JWKS fetches. Accepts http://host:port or https://host:port. When set, oidc_discovery_url must use https:// — plaintext OIDC origins cannot be routed through a forward proxy.
1408914134

1409014135
[cols="1s,2a"]
1409114136
|===

0 commit comments

Comments
 (0)