Skip to content

Commit d8ae25b

Browse files
"Updated the installation procedure for IAST"
1 parent f888be7 commit d8ae25b

File tree

5 files changed

+33
-70
lines changed

5 files changed

+33
-70
lines changed

src/content/docs/iast/install.mdx

+33-70
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,38 @@ freshnessValidatedDate: never
99
---
1010

1111
<Callout variant="important">
12-
Run IAST with non-production deployments only. IAST tests the application by invoking HTTP requests with an exploit payload. You must use IAST in non-production environments with only simulated data to avoid both data corruption and introducing exploits into your live code. In addition, when you run IAST on new code in pre-production, you catch potential vulnerabilities before they go live.
12+
Run IAST with non-production deployments only. IAST tests by invoking HTTP requests with an exploit payload. You must use IAST in non-production environments with only simulated data to avoid both data corruption and introducing exploits into your live code. In addition, when you run IAST on new code in pre-production, you catch potential vulnerabilities before they go live.
1313
</Callout>
1414

15-
## Configuration File Settings
15+
To install New Relic IAST:
16+
17+
<Steps>
18+
<Step>
19+
Go to <DNT>**[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST**</DNT> and click <DNT>**Set up IAST with applications**</DNT>.
20+
21+
<img
22+
title="Set up IAST with applications"
23+
alt="Set up IAST with applications"
24+
src="/images/iast_screenshot-full_install.webp"
25+
/>
26+
</Step>
27+
28+
<Step>
29+
Confirm IAST isn't running in a production environment and click <DNT>**Continue**</DNT>.
30+
31+
</Step>
32+
33+
<Step>
34+
Select the language of your application and complete the steps.
35+
36+
<img
37+
title="Install New Relic IAST"
38+
alt="Install New Relic IAST"
39+
src="/images/iast_screenshot-crop_install.webp"
40+
/>
41+
</Step>
42+
43+
<Step>
1644
Make sure your `newrelic.yml` config file is updated as follows:
1745

1846
<CollapserGroup>
@@ -54,85 +82,20 @@ freshnessValidatedDate: never
5482
```
5583
</Collapser>
5684
</CollapserGroup>
57-
58-
59-
To install New Relic IAST:
60-
61-
<Steps>
62-
<Step>
63-
Go to <DNT>**[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST** </DNT> and click <DNT>**Install**</DNT>.
64-
65-
<img
66-
title="Set up IAST with applications"
67-
alt="Set up IAST with applications"
68-
src="/images/iast_screenshot-full_install.webp"
69-
/>
70-
</Step>
71-
72-
<Step>
73-
Make sure IAST should not be run in production environment and click <DNT>**Continue**</DNT>.
74-
<img
75-
title="IAST Install Instruction Screen"
76-
alt="IAST Installation Instruction Screen"
77-
src="/images/iast-install-steps.webp"
78-
/>
79-
80-
</Step>
81-
82-
<Step>
83-
Select the language of your application and complete the steps. The application languages supported are: Java, Node, and Go.
84-
<img
85-
title="Install New Relic IAST"
86-
alt="Install New Relic IAST"
87-
src="/images/iast_screenshot-crop_install.webp"
88-
/>
8985
</Step>
9086
9187
<Step>
92-
Once you select the application language, make sure to follow the on-screen instructions and must watch the [relevant application language video](/docs/iast/install/#check-out-these-demo-videos-for-setting-up-iast-with-different-application-languages) for successful installation of IAST.
93-
94-
<Callout variant="caution">
95-
- You may encounter error if on-screen instructions are not followed properly.
96-
- You may not be able to generate the traffic for your application if the video instructions for your **selected application language** are not followed.
97-
</Callout>
98-
99-
> The below screen has been shown for Java Application language selected.
100-
101-
Click on the **Next** to complete the steps further.
102-
103-
104-
<img
105-
title="Install New Relic IAST"
106-
alt="Install New Relic IAST"
107-
src="/images/iast-install-java.webp"
108-
/>
109-
110-
</Step>
88+
Once you've completed all the steps, restart your application and generate traffic against the application's APIs.
11189
112-
<Step>
113-
Follow the steps and on-screen instructions as per your screen.
114-
115-
Click <DNT>**See your data**</DNT> to see an overview of your tested application.
116-
<img
117-
title="Install New Relic IAST"
118-
alt="New Relic IAST on-screen instructions"
119-
src="/images/iast-see-your-data-button.webp"
120-
/>
121-
12290
</Step>
12391
12492
<Step>
125-
The below screen will show IAST test results as per your configurations.
126-
<img
127-
title="Install New Relic IAST"
128-
alt="New Relic IAST See your data tab"
129-
src="/images/iast-see-your-data.webp"
130-
/>
93+
Click <DNT>**See your data**</DNT> to see an overview of your tested application.
13194
13295
</Step>
13396
</Steps>
13497
135-
## Check out these demo videos for setting up IAST with different application languages
98+
For more detailed instructions, check out these examples demo below.
13699
137100
<CollapserGroup>
138101
<Collapser

static/images/iast-install-java.webp

-41.2 KB
Binary file not shown.

static/images/iast-install-steps.webp

-47.3 KB
Binary file not shown.
-35.8 KB
Binary file not shown.

static/images/iast-see-your-data.webp

-77.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)