|
1 | 1 | import {Step} from '../shared/step'; |
2 | 2 |
|
3 | 3 | export const SOPHOS_STEPS: Step[] = [ |
4 | | - {id: '1', name: 'You require a Client ID and Client Secret to access event data via the API. ' + |
5 | | - 'In Sophos Central Admin, go to <strong> Global Settings > API Credentials Management </strong>. <br>', |
| 4 | + {id: '1', name: 'Navigate to <strong> General Settings -> API Credentials Management </strong> in Sophos Central Admin. <br>', |
| 5 | + content: { |
| 6 | + id: 'stepContent1', |
| 7 | + images: [{ |
| 8 | + alt: 'Api Credentials', |
| 9 | + src: '../../../../assets/img/guides/sophos/sophos-step-1.png', |
| 10 | + }] |
| 11 | + } |
6 | 12 | }, |
7 | | - {id: '2', name: 'To create a new credential, click Add Credential from the top-right corner of the screen'}, |
8 | | - {id: '3', name: 'Enter a name and description for the credential, then select the role you want to assign and click Add.'}, |
9 | | - {id: '4', name: 'Click Show Client Secret to view the Client ID and Client Secret, then click Copy to store them securely. <br>' + |
10 | | - '<div class="w-100 alert alert-info alert-styled-right mb-3 alert-dismissible">' + |
11 | | - 'The Client Secret is only visible once. Ensure you copy and save it securely</div>', |
| 13 | + {id: '2', name: 'Create a New Credential:' + |
| 14 | + '<ul class="mt-2 ml-4">\n' + |
| 15 | + ' <li>Click <strong>Add Credential</strong> (usually found at the top-right).</li>\n' + |
| 16 | + ' <li>Provide <strong>Name</strong> and <strong>Description</strong>.</li>\n' + |
| 17 | + ' <li>Select the appropriate <strong>Role</strong>.</li>\n' + |
| 18 | + ' <li>Click <strong">Add</strong>.</li>\n' + |
| 19 | + ' </ul>', |
12 | 20 | content: { |
13 | | - id: 'stepContent4', |
| 21 | + id: 'stepContent2', |
| 22 | + images: [{ |
| 23 | + alt: 'New Credentials', |
| 24 | + src: '../../../../assets/img/guides/sophos/sophos-step-2.png', |
| 25 | + }] |
| 26 | + } |
| 27 | + }, |
| 28 | + {id: '3', name: 'Copy the Client ID and Client Secret and store them securely. <br>' + |
| 29 | + '<div class="w-100 alert alert-info alert-styled-right mt-1 mb-2 alert-dismissible">' + |
| 30 | + 'The Client Secret is visible only once; ensure you save it somewhere safe.</div>', |
| 31 | + content: { |
| 32 | + id: 'stepContent3', |
14 | 33 | images: [{ |
15 | 34 | alt: 'Client Secrets', |
16 | | - src: '../../../../assets/img/guides/sophos/sophos-step-4.png', |
| 35 | + src: '../../../../assets/img/guides/sophos/sophos-step-3.png', |
17 | 36 | }] |
18 | 37 | } |
19 | 38 | }, |
20 | | - {id: '5', name: 'Insert information in the following inputs.You can add more than one Sophos configuration ' + |
21 | | - 'by clicking on Add tenant button.', |
| 39 | + {id: '4', name: 'Insert information in the following inputs.You can add more than one Sophos configuration ' + |
| 40 | + 'by clicking on <strong> Add tenant </strong> button.', |
22 | 41 | content: { |
23 | | - id: 'stepContent5' |
| 42 | + id: 'stepContent4' |
24 | 43 | } |
25 | 44 | }, |
26 | | - {id: '6', name: 'Click on the button shown below, to activate the UTMStack features related to this integration', |
| 45 | + {id: '5', name: 'Click on the button shown below, to activate the UTMStack features related to this integration', |
27 | 46 | content: { |
28 | | - id: 'stepContent6' |
| 47 | + id: 'stepContent5' |
29 | 48 | } |
30 | 49 | } |
31 | 50 | ]; |
0 commit comments