SIM-PIPE generates and simulates a deployment configuration in order to test the functionality and evaluate the performance of the steps of a big data pipeline.
The URL path looks like this: /projects/[project_id]/abcd/abcd when visiting a step. The step id is present twice (abcd in this example).
When visiting a project, the URL path looks like this: projects/[project_id]/actual_project_id.
It prevents refreshing the page because the project identifier is not always in the URL. Keycloak is also unhappy with the [] characters in the path it seems.
Expected behavior
URL paths should contain the correct identifiers and not have templates.
Contact details
No response
Current behavior
The URL path looks like this:
/projects/[project_id]/abcd/abcd
when visiting a step. The step id is present twice (abcd
in this example).When visiting a project, the URL path looks like this:
projects/[project_id]/actual_project_id
.It prevents refreshing the page because the project identifier is not always in the URL. Keycloak is also unhappy with the
[]
characters in the path it seems.Expected behavior
URL paths should contain the correct identifiers and not have templates.
Steps to reproduce
Environment
Screenshots
No response
Logs
No response