|
7174 | 7174 | "type": "string", |
7175 | 7175 | "visibility": "user" |
7176 | 7176 | }, |
| 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 | + }, |
7177 | 7195 | "iceberg_rest_catalog_credentials_source": { |
7178 | 7196 | "cloud_byoc_only": true, |
7179 | 7197 | "cloud_editable": true, |
@@ -10112,13 +10130,14 @@ |
10112 | 10130 | "config_scope": "cluster", |
10113 | 10131 | "default": null, |
10114 | 10132 | "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.", |
10116 | 10134 | "is_deprecated": false, |
10117 | 10135 | "is_enterprise": false, |
10118 | 10136 | "name": "oidc_http_proxy_url", |
10119 | 10137 | "needs_restart": false, |
10120 | 10138 | "nullable": true, |
10121 | 10139 | "type": "string", |
| 10140 | + "version": "v26.1.7", |
10122 | 10141 | "visibility": "user" |
10123 | 10142 | }, |
10124 | 10143 | "oidc_keys_refresh_interval": { |
|
0 commit comments