HackerOne Code Review (Azure DevOps)
  • Introduction
  • Create Account & Organization
  • Installing the PullRequest Proxy
  • Configuring your Proxy to Connect to the Code Review Server
  • Configure Posting User
    • Configure Azure DevOps Posting User
  • Configuring SSL
  • Start the PullRequest Proxy
  • Verify Data on PullRequest
  • Configure Webhooks
    • Configure Azure DevOps Webhooks
  • Assigning Pull Requests with Posting User
  • Upgrading the PullRequest Proxy
Powered by GitBook
On this page

Configuring your Proxy to Connect to the Code Review Server

The following are steps outlining the process for configuring your PullRequest Proxy so that it can communicate with the code review server.

PreviousInstalling the PullRequest ProxyNextConfigure Posting User

Last updated 1 year ago

Retrieving and Adding Authentication

Navigate to and log in as an account that has Owner permissions for the organization created in the previous steps.

After you're logged in, navigate to Settings > On-premise Proxy for your on-prem organization.

If you do not see the appropriate organization, you must select it from the drop-down selector in the top-left of the dashboard.

You should now be on the proxy configuration settings. Click the Generate Token button.

A modal will appear with instructions and token/secret values.

In the previous step (Installing the PullRequest Proxy), we opened up a configuration file for editing. Add the following two lines to that file but replace the PULLREQUEST_TOKEN and PULLREQUEST_SECRET fields with the values you see in your web browser.

PULLREQUEST_TOKEN=<installation_token>
PULLREQUEST_SECRET=<installation_secret>
https://app.pullrequest.com
On-premises organization settings
Proxy token modal