You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/iast/install.mdx
+33-70
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,38 @@ freshnessValidatedDate: never
9
9
---
10
10
11
11
<Calloutvariant="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.
13
13
</Callout>
14
14
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>
16
44
Make sure your `newrelic.yml` config file is updated as follows:
17
45
18
46
<CollapserGroup>
@@ -54,85 +82,20 @@ freshnessValidatedDate: never
54
82
```
55
83
</Collapser>
56
84
</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
-
/>
89
85
</Step>
90
86
91
87
<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.
111
89
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
-
122
90
</Step>
123
91
124
92
<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.
131
94
132
95
</Step>
133
96
</Steps>
134
97
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.
0 commit comments