Skip to content

Commit

Permalink
Fix Spacing in json payload
Browse files Browse the repository at this point in the history
Fix Spacing in json payload for secret creation.
  • Loading branch information
wildcardlinux committed Jan 25, 2022
1 parent 32abebd commit fc5d3fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ newrelic agent config obfuscate --value '<plain_text_config_value>' --key '<obfu
* You can obfuscate JSON blocks if you need to reference multiple values in your configuration YML file. Note that you may need to escape the quotation marks `""` with backslashes on Windows hosts. For example: `'{\"attribute\":\"value\"...`. In addition, use Powershell on Windows hosts, rather than the Command Prompt window, since the Command Prompt window can handle quotation marks in unexpected ways.

```
newrelic agent config obfuscate --value '{"attribute":"value", "attribute2":"value2"}' --key '<obfuscation_key>'
newrelic agent config obfuscate --value '{"attribute":"value","attribute2":"value2"}' --key '<obfuscation_key>'
```

<table>
Expand Down

0 comments on commit fc5d3fd

Please sign in to comment.