Add a namespace to the `csv_download_path` to fix job token auth logs Download CSV button

Related: #505728 (closed)

What does this MR do and why?

With the recent addition of Job token authentication log, you can now download a CSV containing a list of projects that have used a CI job token to authenticate to the project, and when they last did so.

In a project's Settings > CI/CD > Job token permissions > Authentication log, there's a Download CSV button. The URL generated for this button is malformed.

This MR - adds a namespace to the routing path and fixes the button URL.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading