From 5bd85a97bb7be0b01560e46306cd15a5ee032764 Mon Sep 17 00:00:00 2001 From: Gulab Sidhwani <113113837+gsidhwani-nr@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:37:58 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 327cb0d..b1b754d 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ If using a proxy, the optional `proxy` object should be added to the `global` ob * The only attribute that is required in the `proxy` object is `proxy_host`. ##### Credential Obfuscation -For additional security, this integration supports the using obfuscated values for any attribute, by appending `_obfuscated` to the attribute name and providing an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli). +For additional security, this integration supports the using obfuscated values for any attribute**, by appending `_obfuscated` to the attribute name and providing an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli). 1. Prerequesite: [New Relic CLI is installed](https://github.com/newrelic/newrelic-cli#installation) on any supported platform. * **NOTE**: It does NOT need to be installed on the same host as the Unix Monitor. It is only used to generate the obfuscated keys, this integration handles deobfuscation independently. @@ -137,6 +137,8 @@ newrelic agent config obfuscate --key ${NEW_RELIC_CONFIG_OBSCURING_KEY} --value 4. In `pluginctl.sh`, uncomment the `NEW_RELIC_CONFIG_OBSCURING_KEY` variable, and set it to the same value or envrionment variable as you used in step 2 for `OBSCURING_KEY`. +**Applies to attributes like insights_insert_key, proxy_username, proxy_password and any other attributes under the parent attribute 'agents'. + ### Dashboards Unix Monitor Dashboards are now installed using the Quickstarts app.