Skip to content

Commit c6af2da

Browse files
committed
Prefix ui-http port endpoints with http://,
1 parent 772b55a commit c6af2da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rust/stackable-cockpit/src/platform/service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ fn endpoint_url(endpoint_host: &str, endpoint_port: i32, port_name: &str) -> Str
311311
// As we still support older operator versions we need to also include the "old" way of naming
312312
if port_name == "http"
313313
|| port_name.starts_with("http-")
314+
|| port_name == "ui-http"
314315
|| port_name == "ui"
315316
|| port_name == "airflow"
316317
|| port_name == "superset"

rust/stackablectl/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Prefix `ui-http` Port endpoints with `http://`, as e.g. used by hbase-operator ([#XXX]).
10+
711
## [25.3.0] - 2025-03-27
812

9-
### Fixes
13+
### Fixed
1014

1115
- Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI ([#351]).
1216
- Use `heritage` label when looking up the `minio-console` stacklet ([#364]).

0 commit comments

Comments
 (0)