You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider url content path when calling Tekton Dashboard service API
Use case
Tekton Dashboard service might be exposed on nonroot content path for example https://my-server/ci/tekton .
When falling back for external logs the API call from browser is made to https://my-server/v1/logs-proxy instead of https://my-server/ci/tekton/v1/logs-proxy .
It would be helpful to have a configuration property to specify the correct path for API calls.
Alternatives
Here I created some raw solution which works for as at this moment: #3607
The text was updated successfully, but these errors were encountered:
Thanks for raising this @Romanecek. It's actually a bug in the client. For some reason the external logs requests weren't using the correct context root like other APIs. PR opened to address this: #3614
Feature request
Consider url content path when calling Tekton Dashboard service API
Use case
Tekton Dashboard service might be exposed on nonroot content path for example
https://my-server/ci/tekton
.When falling back for external logs the API call from browser is made to
https://my-server/v1/logs-proxy
instead ofhttps://my-server/ci/tekton/v1/logs-proxy
.It would be helpful to have a configuration property to specify the correct path for API calls.
Alternatives
Here I created some raw solution which works for as at this moment: #3607
The text was updated successfully, but these errors were encountered: