Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update name and logo #37361

Open
wants to merge 2 commits into
base: contrib/nitsan-tzur_cyberark-aim
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
32 changes: 16 additions & 16 deletions Packs/cyberark_AIM/Integrations/CyberArkAIM_v2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The CyberArk Application Identity Manager (AIM) provides a secure safe in which to store your account credentials. Use this integration to retrieve the account credentials in CyberArk AIM. This integration fetches credentials. For more information, see [Managing Credentials](https://xsoar.pan.dev/docs/reference/articles/managing-credentials).
The CyberArk Central Credential Provider (CCP) provides a secure safe in which to store your account credentials. Use this integration to retrieve the account credentials in CyberArk CCP. This integration fetches credentials. For more information, see [Managing Credentials](https://xsoar.pan.dev/docs/reference/articles/managing-credentials).

## Authentication Options
The integration uses the `Central Credential Provider` and supports the following authentication methods:
Expand All @@ -10,25 +10,25 @@ Further information is available from CyberArk at:
* https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Content/CP%20and%20ASCP/Application-Authentication-Methods-general.htm
* https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Content/CCP/Configure_CCPWindows.htm

## Configure CyberArkAIM v2 on Cortex XSOAR
## Configure CyberArkCCP on Cortex XSOAR

1. Navigate to **Settings** > **Integrations** > **Servers & Services**.
2. Search for CyberArkAIM v2.
2. Search for CyberArkCCP.
3. Click **Add instance** to create and configure a new integration instance.

| **Parameter** | **Description** | **Required** |
| --- | --- | --- |
| url | Server URL and Port \(e.g., https://example.net:1234\) | True |
| app_id | AppID as configured in AIM | False |
| folder | Folder to search in safe | True |
| safe | Safe to search in | True |
| **Parameter** | **Description** | **Required** |
| --- |--------------------------------------------------------------------------------------------------------------| --- |
| url | Server URL and Port \(e.g., https://example.net:1234\) | True |
| app_id | AppID as configured in CCP | False |
| folder | Folder to search in safe | True |
| safe | Safe to search in | True |
| credential_names | Credential names \- comma\-separated list of credentials names in the safe. Partial names are not supported. | False |
| credentials | Username | False |
| cert_text | Certificate file as text | False |
| key_text | Key file as text | False |
| isFetchCredentials | Fetches credentials | False |
| insecure | Trust any certificate \(not secure\) | False |
| proxy | Use system proxy settings | False |
| credentials | Username | False |
| cert_text | Certificate file as text | False |
| key_text | Key file as text | False |
| isFetchCredentials | Fetches credentials | False |
| insecure | Trust any certificate \(not secure\) | False |
| proxy | Use system proxy settings | False |

4. Click **Test** to validate the URLs, token, and connection.
## Commands
Expand Down Expand Up @@ -63,7 +63,7 @@ There are no input arguments for this command.
#### Context Example
```
{
"CyberArkAIM": {
"CyberArkCCP": {
"AccountCategory": "True",
"AccountDescription": "Built-in account for administering the computer/domain",
"AccountDiscoveryDate": "1573128798",
Expand Down
7 changes: 7 additions & 0 deletions Packs/cyberark_AIM/ReleaseNotes/1_0_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### CyberArk CCP

- Update integration name
- Updated Company Logo.
4 changes: 2 additions & 2 deletions Packs/cyberark_AIM/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "CyberArk AIM",
"name": "CyberArk Central Credential Provider (CCP)",
"description": "Securely pull hard-coded and embedded privileged credentials from the CyberArk Vault using CyberArk Secrets Manager.",
"support": "partner",
"currentVersion": "1.0.19",
"currentVersion": "1.0.20",
"author": "CyberArk",
"url": "https://www.cyberark.com/products/secrets-management/",
"email": "https://www.cyberark.com/services-support/technical-support-contact/",
Expand Down
Loading