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: source/cloud-security/azure/activity-services/prerequisites/credentials.rst
+1-73Lines changed: 1 addition & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,8 @@ Getting access credentials for Storage
35
35
:align: center
36
36
:width: 100%
37
37
38
-
39
-
Authentication options
40
-
----------------------
41
-
42
-
There are two different ways to set up the Azure authentication:
43
-
44
38
Using an authentication file
45
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
+
----------------------------
46
40
47
41
It is possible to store the credentials in a file for authentication as long as the file content follows the `field = value` format explained below.
48
42
@@ -113,70 +107,4 @@ Regardless of the service or activity to be monitored, the authentication file i
113
107
114
108
Check the :doc:`azure-logs wodle </user-manual/reference/ossec-conf/wodle-azure-logs>` section from the ossec.conf reference page for more information about the ``<auth_path>`` and other available parameters.
115
109
116
-
117
-
Inserting the credentials into the configuration
118
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119
-
120
-
.. deprecated:: 4.4.0
121
-
122
-
Another authentication option is to set up credentials by storing them directly into the Wazuh configuration file ``/var/ossec/etc/ossec.conf``, inside of the ``<graph>``, ``<log_analytics>`` and ``<storage>`` blocks on the module configuration.
123
-
124
-
The tags to use are different depending on the type of service or activity to be monitored:
Take a look at the :doc:`azure-logs wodle </user-manual/reference/ossec-conf/wodle-azure-logs>` entry from the ``ossec.conf`` reference page for more information about the parameters.
Identifier of the application that we will use for the authentication and to be able to use the Azure Log Analytics API. It must be used next to the ``application_key`` option obligatorily. Incompatible with ``auth_path`` option.
275
-
276
-
+--------------------+--------------------+
277
-
| **Default value** | N/A |
278
-
+--------------------+--------------------+
279
-
| **Allowed values** | Any string |
280
-
+--------------------+--------------------+
281
-
282
-
log_analytics\\application_key
283
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
284
-
285
-
Key to the application we will use for authentication and to be able to use the Azure Log Analytics API. It must be used next to the ``application_id`` option obligatorily. Incompatible with ``auth_path`` option.
286
-
287
-
+--------------------+--------------------+
288
-
| **Default value** | N/A |
289
-
+--------------------+--------------------+
290
-
| **Allowed values** | Any string |
291
-
+--------------------+--------------------+
292
-
293
247
log_analytics\\auth_path
294
248
^^^^^^^^^^^^^^^^^^^^^^^^
295
249
296
-
Path of the file that contains the application identifier and the application key for authentication in order to use the Azure Log Analytics API. Incompatible with ``application_id`` and ``application_key`` options.
250
+
Path of the file that contains the application identifier and the application key for authentication in order to use the Azure Log Analytics API.
297
251
298
252
+--------------------+--------------------+
299
253
| **Default value** | N/A |
@@ -440,52 +394,24 @@ graph
440
394
441
395
This block configures the integration with Azure Active Directory Graph REST API.
Identifier of the application that we will use for the authentication and to be able to use the Azure Active Directory Graph API. It must be used next to the ``application_key`` option obligatorily. Incompatible with ``auth_path`` option.
467
-
468
-
+--------------------+--------------------+
469
-
| **Default value** | N/A |
470
-
+--------------------+--------------------+
471
-
| **Allowed values** | Any string |
472
-
+--------------------+--------------------+
473
-
474
-
graph\\application_key
475
-
^^^^^^^^^^^^^^^^^^^^^^
476
-
477
-
Key to the application we will use for authentication and to be able to use the Azure Active Directory Graph API. It must be used next to the ``application_id`` option obligatorily. Incompatible with ``auth_path`` option.
478
-
479
-
+--------------------+--------------------+
480
-
| **Default value** | N/A |
481
-
+--------------------+--------------------+
482
-
| **Allowed values** | Any string |
483
-
+--------------------+--------------------+
484
-
485
411
graph\\auth_path
486
412
^^^^^^^^^^^^^^^^
487
413
488
-
Path of the file that contains the application identifier and the application key for authentication in order to use the Azure Active Directory Graph API. Incompatible with the ``application_id`` and ``application_key`` options. Check the :doc:`credentials </cloud-security/azure/activity-services/prerequisites/credentials>` reference for more information about this topic.
414
+
Path of the file that contains the application identifier and the application key for authentication in order to use the AAD Graph API.
489
415
490
416
+--------------------+--------------------+
491
417
| **Default value** | N/A |
@@ -603,52 +529,24 @@ storage
603
529
604
530
This block configures the integration with Azure Storage.
Identifier of the account name that we will use for the authentication- It must be used next to the ``account_key`` option obligatorily. Incompatible with ``auth_path`` option.
630
-
631
-
+--------------------+--------------------+
632
-
| **Default value** | N/A |
633
-
+--------------------+--------------------+
634
-
| **Allowed values** | Any string |
635
-
+--------------------+--------------------+
636
-
637
-
storage\\account_key
638
-
^^^^^^^^^^^^^^^^^^^^
639
-
640
-
Identifier of the account key that we will use for the authentication- It must be used next to the ``account_name`` option obligatorily. Incompatible with ``auth_path`` option.
641
-
642
-
+--------------------+--------------------+
643
-
| **Default value** | N/A |
644
-
+--------------------+--------------------+
645
-
| **Allowed values** | Any string |
646
-
+--------------------+--------------------+
647
-
648
546
storage\\auth_path
649
547
^^^^^^^^^^^^^^^^^^
650
548
651
-
Path of the file that contains the account name and the account key for authentication. Incompatible with ``account_name`` and ``account_key`` options.
549
+
Path of the file that contains the account name and the account key for authentication.
0 commit comments