Skip to content

Commit

Permalink
Merge pull request #7029 from wazuh/feature/21689-change-session-dura…
Browse files Browse the repository at this point in the history
…tion-aws

Change maximum duration parameter `iam_role_duration`
  • Loading branch information
javimed authored Feb 19, 2024
2 parents 920fbf9 + dde6eb4 commit ec29bc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/user-manual/reference/ossec-conf/wodle-s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The available types are: ``cloudtrail``, ``guardduty``, ``vpcflow``, ``config``
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`bucket_iam_role_arn` | IAM role ARN | Optional |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`bucket_iam_role_duration` | Number of seconds between 900 and 3600 | Optional (if set, it requires an iam_role_arn |
| :ref:`bucket_iam_role_duration` | Number of seconds between 900 and 43200 | Optional (if set, it requires an iam_role_arn |
| | | to be provided) |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`bucket_path` | Prefix for S3 bucket key | Optional |
Expand Down Expand Up @@ -295,7 +295,7 @@ A valid number of seconds that defines the duration of the session assumed when
+--------------------+------------------------------------------+
| **Default value** | N/A |
+--------------------+------------------------------------------+
| **Allowed values** | Number of seconds between 900 and 3600 |
| **Allowed values** | Number of seconds between 900 and 43200 |
+--------------------+------------------------------------------+

.. _bucket_path:
Expand Down Expand Up @@ -515,7 +515,7 @@ The available types are: ``cloudwatchlogs``, and ``inspector``.
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`service_iam_role_arn` | Valid role ARN | Optional |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`service_iam_role_duration` | Number of seconds between 900 and 3600 | Optional (if set, it requires an iam_role_arn |
| :ref:`service_iam_role_duration` | Number of seconds between 900 and 43200 | Optional (if set, it requires an iam_role_arn |
| | | to be provided) |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`service_only_logs_after` | Valid date in YYYY-MMM-DD format | Optional |
Expand Down Expand Up @@ -668,7 +668,7 @@ A valid number of seconds that defines the duration of the session assumed when
+--------------------+------------------------------------------+
| **Default value** | N/A |
+--------------------+------------------------------------------+
| **Allowed values** | Number of seconds between 900 and 3600 |
| **Allowed values** | Number of seconds between 900 and 43200 |
+--------------------+------------------------------------------+

.. _service_only_logs_after:
Expand Down Expand Up @@ -767,7 +767,7 @@ The currently available types are: ``security_lake`` and ``buckets``.
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`subscriber_aws_profile` | Valid profile name | Optional |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`subscriber_iam_role_duration` | Number of seconds between 900 and 3600 | Optional (if set, it requires an iam_role_arn |
| :ref:`subscriber_iam_role_duration` | Number of seconds between 900 and 43200 | Optional (if set, it requires an iam_role_arn |
| | | to be provided) |
+----------------------------------------+-------------------------------------------------------------+-----------------------------------------------+
| :ref:`subscriber_discard_regex` | A regex value to determine if an event must be discarded | Optional |
Expand Down Expand Up @@ -827,7 +827,7 @@ A valid number of seconds that defines the duration of the session assumed when
+--------------------+------------------------------------------+
| **Default value** | N/A |
+--------------------+------------------------------------------+
| **Allowed values** | Number of seconds between 900 and 3600 |
| **Allowed values** | Number of seconds between 900 and 43200 |
+--------------------+------------------------------------------+

.. _subscriber_aws_profile:
Expand Down

0 comments on commit ec29bc0

Please sign in to comment.