Skip to content

Commit 46ef9fd

Browse files
Merge pull request #150 from netwrix/dev
Dev site looks good
2 parents fec22b5 + 40bdbe2 commit 46ef9fd

File tree

1,323 files changed

+43734
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,323 files changed

+43734
-296
lines changed

.claude/settings.local.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:community.netwrix.com)",
5+
"WebFetch(domain:community.netwrix.com)",
6+
"Bash(git checkout:*)",
7+
"Bash(cp:*)",
8+
"Bash(npm install)",
9+
"Bash(npm start)",
10+
"Bash(npm run start:*)",
11+
"Bash(npx docusaurus start:*)",
12+
"Bash(mkdir:*)",
13+
"Bash(rm:*)",
14+
"Bash(git add:*)",
15+
"Bash(git commit:*)",
16+
"Bash(find:*)",
17+
"Bash(ls:*)"
18+
],
19+
"deny": []
20+
}
21+
}

.github/CODEOWNERS

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# CODEOWNERS file for product team ownership
2+
# Teams have ownership over their product's documentation areas
3+
# Last matching pattern takes precedence
4+
5+
# Global fallback - all files require review from a default team if no specific owner
6+
# Uncomment and specify a default team if desired
7+
# * @netwrix/docs-admin
8+
9+
# Product-specific ownership
10+
# Each team owns their docs directory, sidebar files, static files, and images
11+
12+
# 1Secure team
13+
docs/1secure/ @netwrix/1secure-docs
14+
sidebars/1secure.js @netwrix/1secure-docs
15+
static/files/1secure/ @netwrix/1secure-docs
16+
static/images/1secure/ @netwrix/1secure-docs
17+
18+
# Access Analyzer team
19+
docs/accessanalyzer/ @netwrix/accessanalyzer-docs
20+
sidebars/accessanalyzer/ @netwrix/accessanalyzer-docs
21+
static/files/accessanalyzer/ @netwrix/accessanalyzer-docs
22+
static/images/accessanalyzer/ @netwrix/accessanalyzer-docs
23+
24+
# Access Information Center team
25+
docs/accessinformationcenter/ @netwrix/accessinformationcenter-docs
26+
sidebars/accessinformationcenter/ @netwrix/accessinformationcenter-docs
27+
static/files/accessinformationcenter/ @netwrix/accessinformationcenter-docs
28+
static/images/accessinformationcenter/ @netwrix/accessinformationcenter-docs
29+
30+
# Activity Monitor team
31+
docs/activitymonitor/ @netwrix/activitymonitor-docs
32+
sidebars/activitymonitor/ @netwrix/activitymonitor-docs
33+
static/files/activitymonitor/ @netwrix/activitymonitor-docs
34+
static/images/activitymonitor/ @netwrix/activitymonitor-docs
35+
36+
# Auditor team
37+
docs/auditor/ @netwrix/auditor-docs
38+
sidebars/auditor/ @netwrix/auditor-docs
39+
static/files/auditor/ @netwrix/auditor-docs
40+
static/images/auditor/ @netwrix/auditor-docs
41+
42+
# Change Tracker team
43+
docs/changetracker/ @netwrix/changetracker-docs
44+
sidebars/changetracker/ @netwrix/changetracker-docs
45+
static/files/changetracker/ @netwrix/changetracker-docs
46+
static/images/changetracker/ @netwrix/changetracker-docs
47+
48+
# Data Classification team
49+
docs/dataclassification/ @netwrix/dataclassification-docs
50+
sidebars/dataclassification/ @netwrix/dataclassification-docs
51+
static/files/dataclassification/ @netwrix/dataclassification-docs
52+
static/images/dataclassification/ @netwrix/dataclassification-docs
53+
54+
# Directory Manager team
55+
docs/directorymanager/ @netwrix/directorymanager-docs
56+
sidebars/directorymanager/ @netwrix/directorymanager-docs
57+
static/files/directorymanager/ @netwrix/directorymanager-docs
58+
static/images/directorymanager/ @netwrix/directorymanager-docs
59+
60+
# Endpoint Policy Manager team
61+
docs/endpointpolicymanager/ @netwrix/endpointpolicymanager-docs
62+
sidebars/endpointpolicymanager.js @netwrix/endpointpolicymanager-docs
63+
static/files/endpointpolicymanager/ @netwrix/endpointpolicymanager-docs
64+
static/images/endpointpolicymanager/ @netwrix/endpointpolicymanager-docs
65+
66+
# Endpoint Protector team
67+
docs/endpointprotector/ @netwrix/endpointprotector-docs
68+
sidebars/endpointprotector/ @netwrix/endpointprotector-docs
69+
static/files/endpointprotector/ @netwrix/endpointprotector-docs
70+
static/images/endpointprotector/ @netwrix/endpointprotector-docs
71+
72+
# Identity Manager team
73+
docs/identitymanager/ @netwrix/identitymanager-docs
74+
sidebars/identitymanager/ @netwrix/identitymanager-docs
75+
static/files/identitymanager/ @netwrix/identitymanager-docs
76+
static/images/identitymanager/ @netwrix/identitymanager-docs
77+
78+
# Password Policy Enforcer team
79+
docs/passwordpolicyenforcer/ @netwrix/passwordpolicyenforcer-docs
80+
sidebars/passwordpolicyenforcer/ @netwrix/passwordpolicyenforcer-docs
81+
static/files/passwordpolicyenforcer/ @netwrix/passwordpolicyenforcer-docs
82+
static/images/passwordpolicyenforcer/ @netwrix/passwordpolicyenforcer-docs
83+
84+
# Password Reset team
85+
docs/passwordreset/ @netwrix/passwordreset-docs
86+
sidebars/passwordreset/ @netwrix/passwordreset-docs
87+
static/files/passwordreset/ @netwrix/passwordreset-docs
88+
static/images/passwordreset/ @netwrix/passwordreset-docs
89+
90+
# Password Secure team
91+
docs/passwordsecure/ @netwrix/passwordsecure-docs
92+
sidebars/passwordsecure/ @netwrix/passwordsecure-docs
93+
static/files/passwordsecure/ @netwrix/passwordsecure-docs
94+
static/images/passwordsecure/ @netwrix/passwordsecure-docs
95+
96+
# PingCastle team
97+
docs/pingcastle/ @netwrix/pingcastle-docs
98+
sidebars/pingcastle/ @netwrix/pingcastle-docs
99+
static/files/pingcastle/ @netwrix/pingcastle-docs
100+
static/images/pingcastle/ @netwrix/pingcastle-docs
101+
102+
# Platform Governor NetSuite team
103+
docs/platgovnetsuite/ @netwrix/platgovnetsuite-docs
104+
sidebars/platgovnetsuite.js @netwrix/platgovnetsuite-docs
105+
static/files/platgovnetsuite/ @netwrix/platgovnetsuite-docs
106+
static/images/platgovnetsuite/ @netwrix/platgovnetsuite-docs
107+
108+
# Platform Governor NetSuite Flashlight team
109+
docs/platgovnetsuiteflashlight/ @netwrix/platgovnetsuiteflashlight-docs
110+
sidebars/platgovnetsuiteflashlight.js @netwrix/platgovnetsuiteflashlight-docs
111+
static/files/platgovnetsuiteflashlight/ @netwrix/platgovnetsuiteflashlight-docs
112+
static/images/platgovnetsuiteflashlight/ @netwrix/platgovnetsuiteflashlight-docs
113+
114+
# Platform Governor Salesforce team
115+
docs/platgovsalesforce/ @netwrix/platgovsalesforce-docs
116+
sidebars/platgovsalesforce.js @netwrix/platgovsalesforce-docs
117+
static/files/platgovsalesforce/ @netwrix/platgovsalesforce-docs
118+
static/images/platgovsalesforce/ @netwrix/platgovsalesforce-docs
119+
120+
# Platform Governor Salesforce Flashlight team
121+
docs/platgovsalesforceflashlight/ @netwrix/platgovsalesforceflashlight-docs
122+
sidebars/platgovsalesforceflashlight.js @netwrix/platgovsalesforceflashlight-docs
123+
static/files/platgovsalesforceflashlight/ @netwrix/platgovsalesforceflashlight-docs
124+
static/images/platgovsalesforceflashlight/ @netwrix/platgovsalesforceflashlight-docs
125+
126+
# Privilege Secure team
127+
docs/privilegesecure/ @netwrix/privilegesecure-docs
128+
sidebars/privilegesecure/ @netwrix/privilegesecure-docs
129+
static/files/privilegesecure/ @netwrix/privilegesecure-docs
130+
static/images/privilegesecure/ @netwrix/privilegesecure-docs
131+
132+
# Privilege Secure Discovery team
133+
docs/privilegesecurediscovery/ @netwrix/privilegesecurediscovery-docs
134+
sidebars/privilegesecurediscovery.js @netwrix/privilegesecurediscovery-docs
135+
static/files/privilegesecurediscovery/ @netwrix/privilegesecurediscovery-docs
136+
static/images/privilegesecurediscovery/ @netwrix/privilegesecurediscovery-docs
137+
138+
# Recovery for Active Directory team
139+
docs/recoveryforactivedirectory/ @netwrix/recoveryforactivedirectory-docs
140+
sidebars/recoveryforactivedirectory/ @netwrix/recoveryforactivedirectory-docs
141+
static/files/recoveryforactivedirectory/ @netwrix/recoveryforactivedirectory-docs
142+
static/images/recoveryforactivedirectory/ @netwrix/recoveryforactivedirectory-docs
143+
144+
# Threat Manager team
145+
docs/threatmanager/ @netwrix/threatmanager-docs
146+
sidebars/threatmanager/ @netwrix/threatmanager-docs
147+
static/files/threatmanager/ @netwrix/threatmanager-docs
148+
static/images/threatmanager/ @netwrix/threatmanager-docs
149+
150+
# Threat Prevention team
151+
docs/threatprevention/ @netwrix/threatprevention-docs
152+
sidebars/threatprevention/ @netwrix/threatprevention-docs
153+
static/files/threatprevention/ @netwrix/threatprevention-docs
154+
static/images/threatprevention/ @netwrix/threatprevention-docs

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ packages
1818
.env.test.local
1919
.env.production.local
2020

21+
# Claude settings
22+
.claude/settings.local.json
23+
2124
npm-debug.log*
2225
yarn-debug.log*
2326
yarn-error.log*

docs/1secure/admin/organizations/sourcesandconnectors/activedirectory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Directory. Specufy the following:
8484
monitor data for this connector. With this, you can generate state-in-time reports on Active
8585
Directory data. See the [State In Time Risks Reports](/docs/1secure/admin/searchandreports/stateintime.md) topic
8686
for additional information.
87+
- Ping Castle - Toggle the **Ping Castle** switch to ON to collect data for this connector. With this, you can generate risks from the Ping Castle collector and generate the full PingCastle report.
8788

8889
**Step 10 –** Optionally, select the following for each connector:
8990

docs/1secure/admin/riskprofiles/riskassessmentdashboard.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ The following cards are available for filtering data:
100100

101101
The following drop-down menus are available for filtering data:
102102

103-
- Category – Select a category from the drop-down menu. The Risks list is filtered to display risk
104-
metrics that belong to the selected category. The risk profile associated with the organization
105-
includes risk metrics, and each metric is assigned a category. By default, _All Categories_ is
106-
selected. Other options are:
103+
- Risks - Select the Risk source from the drop-down menu. By default, _All Risks_ is selected.
104+
Other options are:
105+
- PingCastle
106+
107+
- Category – Select a category from the drop-down menu. The Risks list is filtered to display risk metrics that belong to the selected category. The risk profile associated with the organization includes risk metrics, and each metric is assigned a category. By default, _All Categories_ is selected.
108+
Other options are:
107109

108110
- Data
109111
- Identity
@@ -232,11 +234,11 @@ The left pane displays the following details for an enumerated risk:
232234

233235
- Description – A description of the risk metric
234236
- NIST Regulations – Displays the NIST regulation names associated with the risk metric
235-
- Open Report – Click this button to navigate to the State In Time Risk Reports page, where you can
236-
view a detailed report for that risk metric. See the
237-
[State In Time Risks Reports](/docs/1secure/admin/searchandreports/stateintime.md) topic for additional
238-
information.
239-
- Remediate – On clicking this button, the Remediate `<risk name>` pane is displayed, which provides
237+
- View - A drop-down menu with three potential options:
238+
239+
- Open Report – Click this button to navigate to the State In Time Risk Reports page, where you can view a detailed report for that risk metric. See the [State In Time Risks Reports](/docs/1secure/admin/searchandreports/stateintime.md) topic for additional information.
240+
- Export PingCastle report - Click this button to navigate to the full PingCastle HTML report to review the details of the specific risk and all other PingCastle risks. This option is only available on risks from the PingCastle data source.
241+
- Remediate – On clicking this button, the Remediate `<risk name>` pane is displayed, which provides
240242
AI-generated step-by-step guidance to help you remediate the risk.
241243
- Edit risk settings – Click this link to navigate to the Risk Profiles page where you can manage
242244
the risk profiles. See the [Manage Risk Profiles](/docs/1secure/admin/riskprofiles/riskprofiles.md) topic for additional

docs/activitymonitor/8.0/requirements/activityagent/nas-device-configuration/ontap-cluster-aac/provisionactivity.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,19 +349,29 @@ requirements are met:
349349
- It is recommended to use lowercase for both domain and username. The case of domain and username
350350
created during the account provisioning process must match exactly to the credentials provided to
351351
the Activity Monitor activity agent for authentication to work.
352+
- In the `application` parameter, use `ontapi` for the ONTAPI/ZAPI and `http` for the REST API.
352353

353354
Use the following command to create the security login for the security role created in Part 1:
354355

356+
#### ONTAPI/ZAPI
355357
```
356358
security login create -user-or-group-name [DOMAIN\DOMAINUSER] -application ontapi -authentication-method [DOMAIN_OR_PASSWORD_AUTH] -role [ROLE_NAME] -vserver [SVM_NAME]
357359
```
358360

359361
Example:
360-
361362
```
362363
security login create -user-or-group-name example\user1 -application ontapi -authentication-method domain -role enterpriseauditor -vserver testserver
363364
```
364365

366+
#### REST API
367+
```
368+
security login create -user-or-group-name [DOMAIN\DOMAINUSER] -application http -authentication-method [DOMAIN_OR_PASSWORD_AUTH] -role [ROLE_NAME] -vserver [SVM_NAME]
369+
```
370+
Example:
371+
```
372+
security login create -user-or-group-name example\user1 -application http -authentication-method domain -role enterpriseauditor -vserver testserver
373+
```
374+
365375
Validate this security login was created.
366376

367377
### Validate Part 2: Security Login Creation

docs/activitymonitor/8.0/troubleshooting/backuprestore/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 50
99
The Netwrix Activity Monitor is comprised of the following components:
1010

1111
- Activity Monitor Console - Controls configuration settings. See the
12-
[Administration](/docs/activitymonitor/8.0/admin/overview.md)topic for additional information.
12+
[Administration](/docs/activitymonitor/8.0/admin/overview.md) topic for additional information.
1313
- Deployed Agents - Monitor targeted servers and domains. See the
1414
[Agent Information](/docs/activitymonitor/8.0/install/agents/agents.md) topic for additional information.
1515

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"label": "Access Reviews",
3+
"position": 100,
4+
"collapsed": true,
5+
"collapsible": true,
6+
"link": {
7+
"type": "doc",
8+
"id": "accessreviews"
9+
}
10+
}

0 commit comments

Comments
 (0)