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
docs: add API authentication guidance to bugfix tutorial
The tutorial's automation section documented the curl request schema
correctly but gave no guidance on obtaining the API URL or token, or
which endpoint to use. Users hitting the browser UI URL would get
401 errors because the OAuth proxy strips bearer tokens.
Add a prerequisites section with concrete instructions for ACP_API_URL
(including the UAT environment URL), ACP_PROJECT, and ACP_TOKEN. Clarify
that the backend route must be used instead of the browser UI URL, and
add a note to the GitHub Action section about storing secrets.
Ref: RHOAIENG-55622
Made-with: Cursor
0 commit comments