We have been deploying policybot in a FedRAMP environment, and the last hitch is that there is an OAuth issue while connecting to the UI for a specific PR's policies from a PR.
Our analysis shows that PB is sending requests to the public cloud endpoint path /login/oauth/authorize instead of the GHES specific path, /login/oauth/authorize_app
We are running a newer GHES (3.18.7) which strictly enforces endpoint isolation as opposed to earlier versions which tolerated legacy pathing.
Can this field be made configurable in some capacity to account for this?
We have been deploying policybot in a FedRAMP environment, and the last hitch is that there is an OAuth issue while connecting to the UI for a specific PR's policies from a PR.
Our analysis shows that PB is sending requests to the public cloud endpoint path /login/oauth/authorize instead of the GHES specific path, /login/oauth/authorize_app
We are running a newer GHES (3.18.7) which strictly enforces endpoint isolation as opposed to earlier versions which tolerated legacy pathing.
Can this field be made configurable in some capacity to account for this?