From da454059ac702c78ce0ae6771648cf66fd3d5512 Mon Sep 17 00:00:00 2001 From: Kashif Zeeshan Date: Thu, 7 Sep 2023 18:16:55 +0500 Subject: [PATCH] CyberArk Implementation Gudie CyberArk Implementation Gudie --- .../Cyberark/02-PartnerInformation.mdx | 12 ++ .../Cyberark/03-SolutionSummary.mdx | 14 +++ .../Cyberark/04-Configuratingcyberark.mdx | 44 +++++++ .../Cyberark/05-Usingcyberark.mdx | 109 ++++++++++++++++++ .../Cyberark/06-CertificationEnvironment.mdx | 10 ++ .../partner_docs/Cyberark/07-Support.mdx | 22 ++++ .../Images/CyberArkSolutionSummary.png | 3 + .../Cyberark/Images/PartnerProgram.png | 3 + .../Cyberark/Images/PgUnicodedriver.png | 3 + .../partner_docs/Cyberark/Images/account.png | 3 + .../partner_docs/Cyberark/Images/conn1.png | 3 + .../partner_docs/Cyberark/Images/conn2.png | 3 + .../partner_docs/Cyberark/Images/database.png | 3 + .../partner_docs/Cyberark/Images/login1.png | 3 + .../partner_docs/Cyberark/Images/login2.png | 3 + .../Cyberark/Images/password1.png | 3 + .../Cyberark/Images/password2.png | 3 + .../Cyberark/Images/passwordpolicy.png | 3 + .../partner_docs/Cyberark/Images/pg.png | 3 + .../Cyberark/Images/pgplatform.png | 3 + .../partner_docs/Cyberark/Images/platfom.png | 3 + .../partner_docs/Cyberark/Images/safe.png | 3 + .../Cyberark/Images/savedatasource.png | 3 + .../Cyberark/Images/showpass1.png | 3 + .../Cyberark/Images/showpass2.png | 3 + advocacy_docs/partner_docs/Cyberark/index.mdx | 14 +++ src/pages/index.js | 3 + 27 files changed, 285 insertions(+) create mode 100644 advocacy_docs/partner_docs/Cyberark/02-PartnerInformation.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/03-SolutionSummary.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/04-Configuratingcyberark.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/05-Usingcyberark.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/06-CertificationEnvironment.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/07-Support.mdx create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/CyberArkSolutionSummary.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/PartnerProgram.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/PgUnicodedriver.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/account.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/conn1.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/conn2.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/database.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/login1.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/login2.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/password1.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/password2.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/passwordpolicy.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/pg.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/pgplatform.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/platfom.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/safe.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/savedatasource.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/showpass1.png create mode 100644 advocacy_docs/partner_docs/Cyberark/Images/showpass2.png create mode 100644 advocacy_docs/partner_docs/Cyberark/index.mdx diff --git a/advocacy_docs/partner_docs/Cyberark/02-PartnerInformation.mdx b/advocacy_docs/partner_docs/Cyberark/02-PartnerInformation.mdx new file mode 100644 index 00000000000..1688974601e --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/02-PartnerInformation.mdx @@ -0,0 +1,12 @@ +--- +title: 'Partner Information' +description: 'Details of the partner' + +--- +|   |   | +| ----------- | ----------- | +| **Partner Name** | CyberArk | +| **Partner Product** | CyberArk CPM (Central Policy Manager) | +| **Web Site** | https://www.cyberark.com/ | +| **Version** | CyberArk V12.6.0 | +| **Product Description** | CyberArk is an Identity and Access Management (IAM) security tool which is used as a privileged access management tool. It offers comprehensive solutions to store, manage, and share passwords across organizations. CyberArk provides support for EDB Postgres Advanced Server and PostgreSQL. | \ No newline at end of file diff --git a/advocacy_docs/partner_docs/Cyberark/03-SolutionSummary.mdx b/advocacy_docs/partner_docs/Cyberark/03-SolutionSummary.mdx new file mode 100644 index 00000000000..22f0b527bd3 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/03-SolutionSummary.mdx @@ -0,0 +1,14 @@ +--- +title: 'Solution Summary' +description: 'Explanation of the solution and its purpose' +--- + +CyberArk is an Identity and Access Management (IAM) security tool you can use as a privileged access management tool. It offers comprehensive solutions to store, manage, and share passwords across your organizations. With highly customized security roadmaps, you can protect your company from the malware and other security threats associated with hacking. It’s a new class of custom security solutions that allows you to respond to such incidents. + +In addition to tracking user credentials quickly and efficiently, CyberArk prevents those credentials from being lost or corrupted. By stripping away unnecessary complexities associated with monitoring, CyberArk helps businesses avoid many of the most common data breach scenarios that start with compromised credentials. + +CyberArk supports EDB Postgres Advanced Server and PostgreSQL databases and store and manage passwords which help to secure data against cybersecurity attacks, malware, and hacking threats. + +

+ +

diff --git a/advocacy_docs/partner_docs/Cyberark/04-Configuratingcyberark.mdx b/advocacy_docs/partner_docs/Cyberark/04-Configuratingcyberark.mdx new file mode 100644 index 00000000000..dc5bbfcf000 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/04-Configuratingcyberark.mdx @@ -0,0 +1,44 @@ +--- +title: 'Configuration' +description: 'Walkthrough on configuring the integration' +--- + +## Prerequisites + +Implementing CyberArk CPM (Central Policy Manager) with EDB Postgres Advanced Server requires the following components: + +## Configuring your EDB Postgres Advanced Server + +Following component is needed before integrating EDB Postgres Advanced Server with CyberArk CPM (Central Policy Manager): + +1. One running instance of EDB Postgres Advanced Server. + +## Configuring CyberAr CPM (Central Policy Manager) + +Following configurations are need on the CyberArk machine before integrating CyberArk CPM (Central Policy Manager) with EDB Postgres Advanced Server: + +### Install PostgreSQL ODBC Driver + +1. Download the latest 32 bit PostgreSQL ODBC driver from the psqlodbc download site. +2. Unzip the file. +3. Run the msi installer and accept the defaults. +4. Open the 32 bit ODBC Administrator from Widnows --> Run. +5. Open the System DSN tab and click Add, to add new system data source using PostgreSQL Unicode driver. Select PostgreSQL Unicode driver. + +![Select PostgreSQL Unicode driver](Images/PgUnicodedriver.png) + +6. Enter the connection information for the running EDB Postgres Advanced Server instance. +7. Click on Test to test the connection to the running EDB Postgres Advanced Server instance. +8. Click on Save once the connection is tested successfully. + +![Data Source](Images/savedatasource.png) + +### Setup of PostgreSQL Plugin from CyberArk Marketplace + +1. Download the PostgreSQL plugin from CyberArk Marketplace. +2. Login to Password Vault Web Access (PVWA) interface. +3. Open Administration --> Platform Management. +4. Add new platform by clicking on Import Platform. +5. Import the postgresql platform which is download from Marketplace. + +![Platform Management](Images/pgplatform.png) diff --git a/advocacy_docs/partner_docs/Cyberark/05-Usingcyberark.mdx b/advocacy_docs/partner_docs/Cyberark/05-Usingcyberark.mdx new file mode 100644 index 00000000000..1cf45d8cf14 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/05-Usingcyberark.mdx @@ -0,0 +1,109 @@ +--- +title: 'Using' +description: 'Walkthrough of example usage scenarios' +--- + +After you have configured your EDB Postgres Advanced Server and CyberArk, as stated in the Configuring section, you will be able to then use CyberArk (CPM Central Policy Manager) functionality. + +Authorized users can change passwords that are stored in the Safe through the PVWA (Password Vault Web Access). These passwords can be changed manually or replaced by a new password that is randomly generated by the Central Policy Manager. The CPM generates unique and highly secure passwords using the password policy and the random password generation mechanism. + +The following example demonstrate generating unique and highly secure passwords based on the password policy by CPM (CPM Central Policy Manager). + +- Configure Password Policy for PostgreSQL Platform + - Configure password policy by setting the Password Management parameters for PostgreSQL platform +- Create the Account for EDB Postgres Advanced Server running instance + - Setup Account on PVWA (Password Vault Web Access) for the EDB Postgres Advanced Server running instance, the password will be managed for this EDB Postgres Advanced Server running instance +- Change the Password + - Using CPM (CPM Central Policy Manager) change the password for the EDB Postgres Advanced Server running instance +- Verify that User can login to EDB Postgres Advanced Server + - After the password is changed by CPM (CPM Central Policy Manager), login to EDB Postgres Advanced Server with the changed password. + +## Configure Password Policy for PostgreSQL Platform + +The following steps demonstrate the Configuration of password policy by setting the Password Management parameters for PostgreSQL platform. + +1. Login to PVWA (Password Vault Web Access). + +2. Click Administration option, and then select Platform Management. A list of supported target account platforms appears. + +3. Select Databases —> PostgreSQL, and then click Edit. The platform parameters appear. + +![Select Platform](Images/platfom.png) + +4. In the Automatic Password Management —> General parameters Section, make the following change. + + - Set the ImmediateInterval parameter to 1. (The number of minutes that will elapse between when the user initiates an account management process and when the process is performed.) + +![Select Platform](Images/passwordpolicy.png) + +5. Click Apply to save the changes, and then click OK. + +6. Restart the CPM (Central Policy Manager) Service named "CyberArk Password Manager". + +## Create the Account for EDB Postgres Advanced Server running instance + +The following steps demonstrate creating the Account on PVWA (Password Vault Web Access) for the EDB Postgres Advanced Server running instance, the password will be managed for this EDB Postgres Advanced Server running instance. + +1. Login to PVWA (Password Vault Web Access). + +2. Open Accounts page, click Add Account. + +3. On select system type screen, select database. + +![Select Platform](Images/database.png) + +4. On asssign to platform screen, select PostgreSQL. + +![Select Platform](Images/pg.png) + +5. On store in safe screen, select the safe to store the password. + +![Select Platform](Images/safe.png) + +6. On define properties screen, provide the connection information for the EDB Postgres Advanced Server running instance. + +![Select Platform](Images/conn1.png) + +![Select Platform](Images/conn2.png) + +7. Click on Add button, the account will be created. + +![Select Platform](Images/account.png) + +## Change the Password + +The following steps demonstrate changing the password of EDB Postgres Advanced Server running instance. + +1. Login to PVWA (Password Vault Web Access). + +2. Select the account created in the above steps. + +3. Open Account Details screen, and then click Change. + +![Change Password](Images/password1.png) + +4. On the Change Password screen, specify how the CPM will change the password, and then click Change. The CPM (Central Policy Manager) changes the password after the one minute interval that you specified in the ImmediateInterval parameter. + +![Change Password](Images/password2.png) + +### Verify that the password is changed successfully + +1. After one minute, in the Account Details Screen, click Show to display the new password. + +![Change Password](Images/showpass1.png) + +![Change Password](Images/showpass2.png) + +2. On the Activities screen, Click the CPM Change Password action to display details about the password change process. + +## Login to EDB Postgres Advanced Server with PSQL Client using the new Password + +The following steps demonstrate that user can login to the EDB Postgres Advanced Server with the changed password. + +1. Open PSQL client and login to EDB Postgres Advanced Server with the changed password. Login will be successful. + +![Change Password](Images/login1.png) + +2. Try login with another password, error will be displayed. + +![Change Password](Images/login2.png) diff --git a/advocacy_docs/partner_docs/Cyberark/06-CertificationEnvironment.mdx b/advocacy_docs/partner_docs/Cyberark/06-CertificationEnvironment.mdx new file mode 100644 index 00000000000..f5db678a011 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/06-CertificationEnvironment.mdx @@ -0,0 +1,10 @@ +--- +title: 'Certification Environment' +description: 'Overview of the Certification Environment' +--- + +|   |   | +| ----------- | ----------- | +| **Certification Test Date** | August 23, 2023 | +| **EDB Postgres Advanced Server** | 15,14,13,12 | +| **CyberArk** | 5.8 | diff --git a/advocacy_docs/partner_docs/Cyberark/07-Support.mdx b/advocacy_docs/partner_docs/Cyberark/07-Support.mdx new file mode 100644 index 00000000000..a770f0c44a7 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/07-Support.mdx @@ -0,0 +1,22 @@ +--- +title: 'Support and Logging Details' +description: 'Details of the Support process and logging information' +--- + +## Support + +Technical support for the use of these products is provided by both EDB and CyberArk. A proper support contract is required to be in place at both EDB and CyberArk. A support ticket can be opened on either side to start the process. If it is determined through the support ticket that resources from the other vendor is required, the customer should open a support ticket with that vendor through normal support channels. This will allow both companies to work together to help the customer as needed. + +## Logging + +**EDB Postgres Advanced Server Logs:** + +Navigate to the `Data` directory in your chosen EDB Postgres Advanced Server instance and from here you can navigate to `log`, `current_logfiles` or you can navigate to the `postgresql.conf` file where you can customize logging options or enable `edb_audit` logs. + +**CyberArk Logs** + +To collect the logs from your CyberArk instance: + +1. Login to the PVWA with a Vault admin account. + +2. Go to Administration -> Configuration Options -> Options -> Logging. diff --git a/advocacy_docs/partner_docs/Cyberark/Images/CyberArkSolutionSummary.png b/advocacy_docs/partner_docs/Cyberark/Images/CyberArkSolutionSummary.png new file mode 100644 index 00000000000..be40262caea --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/CyberArkSolutionSummary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0954a15e6e21edca8120852029dd9982f125384e272e10e2f595175e578df276 +size 1044383 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/PartnerProgram.png b/advocacy_docs/partner_docs/Cyberark/Images/PartnerProgram.png new file mode 100644 index 00000000000..a51f268a007 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/PartnerProgram.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dddb2403778294d50b9c500a3b961fc5ed0aa764d4c425cd44c1c90193915e5 +size 9855 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/PgUnicodedriver.png b/advocacy_docs/partner_docs/Cyberark/Images/PgUnicodedriver.png new file mode 100644 index 00000000000..fd91f07b059 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/PgUnicodedriver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749fb711e7014a70613a7cd48c6cc40fb11d7b8d791cd112c5d5a857a2dd6c5b +size 454076 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/account.png b/advocacy_docs/partner_docs/Cyberark/Images/account.png new file mode 100644 index 00000000000..5db15a89727 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/account.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820bbd73b7b673d3c5cfa22c707dbc307393572e7f3d22e3711479f0280a33a0 +size 355079 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/conn1.png b/advocacy_docs/partner_docs/Cyberark/Images/conn1.png new file mode 100644 index 00000000000..0154e870c61 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/conn1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2804deef3fee878580db19fb8f154519a245b7c8339e740bde43b68937904c +size 393082 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/conn2.png b/advocacy_docs/partner_docs/Cyberark/Images/conn2.png new file mode 100644 index 00000000000..ddac371a8dc --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/conn2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7029db5edb0b7f9e93a4e6e3ab882dcf84cf3a91fe7f17293a0929c4264e1af +size 398021 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/database.png b/advocacy_docs/partner_docs/Cyberark/Images/database.png new file mode 100644 index 00000000000..7392d7b62a2 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/database.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e30296d0a2e2353d5929893d8c9b91a67e12d435e94202701532e624a21fc +size 407203 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/login1.png b/advocacy_docs/partner_docs/Cyberark/Images/login1.png new file mode 100644 index 00000000000..72e5d4ca768 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/login1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a58a12c1295f68b4897cfdba632a4448d63ebfa312bc723e1bbdac4f75419fe +size 130954 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/login2.png b/advocacy_docs/partner_docs/Cyberark/Images/login2.png new file mode 100644 index 00000000000..32cf36566cc --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/login2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91202835cbbcd89b85a17f2f46f08703ca2c33cd4f4091f257271c53e9469977 +size 40624 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/password1.png b/advocacy_docs/partner_docs/Cyberark/Images/password1.png new file mode 100644 index 00000000000..6c0151889fa --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/password1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe27bc1c94ba483518d4ac624a3f4870e31f85f85e1d41e35c306186f5ce678d +size 515132 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/password2.png b/advocacy_docs/partner_docs/Cyberark/Images/password2.png new file mode 100644 index 00000000000..9c40591ebb7 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/password2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8d37cf65dcdecb037540ba3085135e7589d0dae4c13a333ad8e78cf99d1190 +size 219631 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/passwordpolicy.png b/advocacy_docs/partner_docs/Cyberark/Images/passwordpolicy.png new file mode 100644 index 00000000000..2faba011889 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/passwordpolicy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adb85f1e1932ceacafe3aa3146b2f9b4113814ea9d15abd4adf0c20bd3cbb28 +size 347129 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/pg.png b/advocacy_docs/partner_docs/Cyberark/Images/pg.png new file mode 100644 index 00000000000..3c8f15daefa --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/pg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03911b3e5b6cdd0d1fcd9020aad25466a4118a27781695f73fe90e46188e9aa +size 359204 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/pgplatform.png b/advocacy_docs/partner_docs/Cyberark/Images/pgplatform.png new file mode 100644 index 00000000000..29a8563ec15 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/pgplatform.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab7b808af542c4e71042b27b1150bb6b42cbf3ca2464b20ad95203dede87235 +size 456441 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/platfom.png b/advocacy_docs/partner_docs/Cyberark/Images/platfom.png new file mode 100644 index 00000000000..74c05305b20 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/platfom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7d103ebf3d75848db078a1932eacb1a1cf03623578b60b82c44d9a858b7a6a +size 470118 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/safe.png b/advocacy_docs/partner_docs/Cyberark/Images/safe.png new file mode 100644 index 00000000000..4f74a847913 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/safe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595901fe83c6519046d2575598cb68cf70290398e6b7961e0e8fead0b3160315 +size 381420 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/savedatasource.png b/advocacy_docs/partner_docs/Cyberark/Images/savedatasource.png new file mode 100644 index 00000000000..b51901bef5b --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/savedatasource.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c5dac96bcf7f4cc004793c9dd70be54b4ab49027ebec182e2d07b4404db528 +size 225005 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/showpass1.png b/advocacy_docs/partner_docs/Cyberark/Images/showpass1.png new file mode 100644 index 00000000000..b0084494efb --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/showpass1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6512ade3cb343fefa6105874aa2815cee0790466287273cb828b2fb7e57e2179 +size 74852 diff --git a/advocacy_docs/partner_docs/Cyberark/Images/showpass2.png b/advocacy_docs/partner_docs/Cyberark/Images/showpass2.png new file mode 100644 index 00000000000..bec9aa77eaf --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/Images/showpass2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793f7215e31fadf876e1bd19ed8c9a198165f1a8860bbe552a1739ffb83c602a +size 66805 diff --git a/advocacy_docs/partner_docs/Cyberark/index.mdx b/advocacy_docs/partner_docs/Cyberark/index.mdx new file mode 100644 index 00000000000..1e3c3283807 --- /dev/null +++ b/advocacy_docs/partner_docs/Cyberark/index.mdx @@ -0,0 +1,14 @@ +--- +title: 'CyberArk Implementation Guide' +indexCards: simple +directoryDefaults: + iconName: handshake +--- + +

+ +

+

EDB GlobalConnect Technology Partner Implementation Guide

+

CyberArk

+ +

This document is intended to augment each vendor’s product documentation in order to guide the reader in getting the products working together. It is not intended to show the optimal configuration for the certified integration.

diff --git a/src/pages/index.js b/src/pages/index.js index 89f663535ac..c220a8675bc 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -395,6 +395,9 @@ const Page = () => ( Chemaxon JChem PostgreSQL Cartridge + + Cyberark + Esri ArcGIS Pro and Esri ArcGIS Enterprise