Fix Keycloak mtls_endpoint_aliases metadata parsing#194
Conversation
|
CI appears to be waiting for maintainer approval to run the forked pull_request workflow. Local verification is green on the submitted head: |
|
CI fix pushed in de61a8e. The failing app jobs were reaching This update wraps Compose invocation to prefer Local validation:
|
|
Pushed one more CI-only fix after the latest run failed in the backend step while invoking webpack. The failure came from the workflow's standalone npm install leaving node_modules in a state where webpack-cli could not resolve vue-loader's webpack 5 plugin dependency; Maven already runs the frontend plugin install before the webpack build, so this removes that redundant install step and lets the later frontend test reuse the Maven-installed tree. Local verification:
|
|
Local verification is still green on the latest head, and GitHub is currently showing no reported checks for this forked PR:
Since this is intended to resolve the |
|
Pushed a focused CI follow-up in 3420ba0. The failing Application CI jobs were dying during the Maven frontend build because Local validation run before pushing:
|
Fix #174
Summary
Verification