A 60-minute workshop for understanding and utilizing Third Party Secrets in your New Relic Application.
The material assumes some exposure to New Relic One programmability. Ex: NRU's Programmability 101 course.
This workshop assumes you have completed the following prerequisites:
- Setup a free New Relic account
- Install the NR1 CLI
- Setup your Dev environment
- Build your sample app
- NPM install the Nr1-community component library
- Decide on which 3rd party service you want to fetch data from
- Free Sign Up
- Ensure your new user is Full User and has the Admin user group assigned
- Make sure you have the
NR1CLI installed on your machine. Run the following command:
command -v NR1
If nothing shows up, it's not installed yet. Proceed to the next step. If it is installed, feel free to disregard step #2 below. ORInstall theNR1CLI tool here.
- Install Node 10+ NodeJs
- If you've installed Node.js, then you also have NPM installed which is needed
- NPM install the Nr1-community component library
- be sure to run
npm install @newrelic/nr1-community@nextto grab the correct alpha package.
Need more help? see our Dev environment setup guide
- When install the
NR1CLI tool be sure to follow all 6 steps in the Quick Start Guide to create your first application. - Open your application locally in your favorite code editor.
Need more help? see our Hello World tutorial guide and our NerdStorageVault tutorial guide
- Decide what 3rd party service you'd like to retrieve data from.
- setup a Personal Access Token, API Key, or license key for that service with the proper READ permissions.
You can find a simple sample application in this REPO to get you started!
