Skip to content

Commit

Permalink
update: add CyberArk REST API details
Browse files Browse the repository at this point in the history
This should be documented since the CyberArk REST API returns a JSON payload with `UserName` for username and `Content` for password.

See code here for mapping:
https://github.com/newrelic/infrastructure-agent/blob/master/pkg/databind/internal/secrets/cyberarkapi.go#L45-L50
  • Loading branch information
pnvnd committed May 6, 2024
1 parent fa50bb4 commit b5dc2e9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,14 @@ variables:
insecure_skip_verify: true
```

<Callout variant="important">
The the above example, you'll need to call the username and password like this:
```
USERNAME: ${credentials.user}
PASSWORD: ${credentials.password}
```
</Callout>

## New Relic CLI Obfuscation [#newrelic-cli-obfuscation]

<Callout variant="important">
Expand Down

0 comments on commit b5dc2e9

Please sign in to comment.