Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-01-25 14:12:37 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-01-25 14:12:37 +0300
commitcac8e76c502648bb70bec49402fd922aa33e9513 (patch)
tree1ea1aa9f390ad83a6cc1670a2bb34d6d3520d598 /conf
parenta4f53dae262839dead72317cce663e68c1c72f7f (diff)
.D.....PS. [ZBXNEXT-7402] fixed CyberArkCCP name
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf4
-rw-r--r--conf/zabbix_server.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index ea4b591ea7e..2190d7d839a 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -889,7 +889,7 @@ StatsAllowedIP=127.0.0.1
### Option: Vault
# Specifies vault:
# HashiCorp - HashiCorp KV Secrets Engine - Version 2
-# CyberArkCPP - CyberArk Central Credential Provider
+# CyberArkCCP - CyberArk Central Credential Provider
#
# Mandatory: no
# Default:
@@ -917,7 +917,7 @@ StatsAllowedIP=127.0.0.1
# Keys used for HashiCorp are 'password' and 'username'.
# Example path:
# secret/zabbix/database
-# Keys used for CyberArkCPP are 'Content' and 'UserName'.
+# Keys used for CyberArkCCP are 'Content' and 'UserName'.
# Example query:
# AppID=zabbix_server&Query=Safe=passwordSafe;Object=zabbix_proxy_database
# This option can only be used if DBUser and DBPassword are not specified.
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 88c6399a6b8..bc4442b46d2 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -888,7 +888,7 @@ StatsAllowedIP=127.0.0.1
### Option: Vault
# Specifies vault:
# HashiCorp - HashiCorp KV Secrets Engine - Version 2
-# CyberArkCPP - CyberArk Central Credential Provider
+# CyberArkCCP - CyberArk Central Credential Provider
#
# Mandatory: no
# Default:
@@ -917,7 +917,7 @@ StatsAllowedIP=127.0.0.1
# Keys used for HashiCorp are 'password' and 'username'.
# Example path:
# secret/zabbix/database
-# Keys used for CyberArkCPP are 'Content' and 'UserName'.
+# Keys used for CyberArkCCP are 'Content' and 'UserName'.
# Example query:
# AppID=zabbix_server&Query=Safe=passwordSafe;Object=zabbix_server_database
# This option can only be used if DBUser and DBPassword are not specified.