This integration focuses on HackerOne and is using the HackerOne API for requesting resources.
It is assumed you have admin access to the HackerOne console.
- Go to hackerone.com and login
- Navigate to
Organization Settings
by clicking on the top nav. - Next, click
API Tokens
on the left hand side - Click the
Create API token
- Enter an identifier. This will be your
API Key Name
. - Check the program you want to grant access to.
- Select
Standard
group permission. - Click
Create API token
. - Copy API Token, store in safe place in accordance with best practices.
- Navigate to
Program Settings
via the top header - Take note of the program
Handle
found in theInformation
form.
Copy the .env.example
to .env
file and fill in the variables using the user
information and API token information generated from instructions above. The
mapping is as follows:
HACKERONE_API_KEY -> the token
HACKERONE_API_KEY_NAME -> the token name
HACKERONE_PROGRAM_HANDLE -> the program handle