Skip to content

Commit

Permalink
fix(Documentation): add 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Oct 15, 2024
1 parent ae0fc02 commit 9d2b5e8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _shared_content/automate/library/1password.md
Original file line number Diff line number Diff line change
@@ -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**
Binary file added docs/assets/playbooks/library/1password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d2b5e8

Please sign in to comment.