diff --git a/_shared_content/automate/library/1password.md b/_shared_content/automate/library/1password.md new file mode 100644 index 0000000000..735d4b0824 --- /dev/null +++ b/_shared_content/automate/library/1password.md @@ -0,0 +1,32 @@ +# 1Password + +![1Password](/assets/playbooks/library/1password.png){ align=right width=150 } + +1Password's Enterprise Password Manager offers robust security features for businesses, enabling secure sharing and management of passwords and sensitive data across teams, with advanced admin controls and seamless integration into existing workflows. + +## Configuration + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `base_url` | `string` | 1Password base URL | +| `api_token` | `string` | API token | + +## Triggers + +### [BETA] Fetch new events from 1Password EPM + +Get last events from 1Password EPM + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `frequency` | `integer` | Batch frequency in seconds | +| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | +| `intake_key` | `string` | Intake key to use when sending events | +| `chunk_size` | `integer` | The max size of chunks for the batch processing | + + +## Extra + +Module **`1Password` v1.0.0** \ No newline at end of file diff --git a/docs/assets/playbooks/library/1password.png b/docs/assets/playbooks/library/1password.png new file mode 100644 index 0000000000..893464ee20 Binary files /dev/null and b/docs/assets/playbooks/library/1password.png differ diff --git a/mkdocs.yml b/mkdocs.yml index d3a54d3504..4349aab594 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -208,6 +208,7 @@ nav: - Operators: tip/features/automate/operators.md - Actions: tip/features/automate/actions.md - Actions Library: + - 1Password: tip/features/automate/library/1password.md - AWS: tip/features/automate/library/aws.md - Atlassian JIRA: tip/features/automate/library/atlassian-jira.md - BinaryEdge's API: tip/features/automate/library/binaryedge-s-api.md