Tadayoshi Sato

Results 43 issues of Tadayoshi Sato

Currently, Hawtio RBAC is fully supported only with Karaf, Artemis, and Hawtio Online. We should extend its support to Quarkus and Spring Boot runtimes.

area/security
area/quarkus
area/spring-boot

Now that we officially announced Hawtio v4 development, it's good time to switch the repository's default branch to `4.x` as well. https://github.com/orgs/hawtio/discussions/3185 cc @mmelko

v4

The problem with our E2E we have now is that the changes to E2E which passed at the hawtio project and then are merged cause E2E failures at hawtio-next later,...

area/tests
area/ci

Since Hawtio v3 our main target platforms are Spring Boot and Quarkus and Karaf support will be dropped, we should take this opportunity to redesign the Hawtio authentication mechanism and...

v3

Users should be able to have an option to choose one of the multiple configured authentication methods at runtime, i.e. the hawtio login page could have a new button "Continue...

area/security
kind/feature
v3
area/keycloak
v4

Right now, even if you apply the following config to `application.properties` in a Spring Boot application, the app is still configured to integrate with Keycloak and tries to dispatch authentication...

kind/enhancement
v3
area/keycloak

Now Keycloak support is almost implemented #2845, we should also have E2E tests for the integration. We should have a dedicated sub project `tests/keycloak` along with `springboot` and `quarkus`. We...

area/tests
v3

Occasionally, we see the following error right after logging into Hawtio console initially. This seems to be harmless, but we should find out what causes it and fix it. ```...

kind/bug

Like other k8s resources, please add support for deleting a context with Ctrl+D in the contexts view. This would make it easier for me to clean up cluttered context settings...