Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sho2010 committed Mar 26, 2020
1 parent bf0a0e2 commit 22335bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ Result
## Get datadog-env-secret

```sh
$ go get github.com/Sho2010/datadog-env-secret

# Download binary or go get github.com/Sho2010/datadog-env-secret
$ curl -L https://github.com/Sho2010/datadog-env-secret/releases/download/v1.0/datadog-env-secret_linux_amd64.tar.gz | tar -xvzf -

# On Linux, the executable set as secret_backend_command must:
#
# Belong to the same user running the Agent (dd-agent by default, or root inside a container).
# Have no rights for group or other.
# Have at least exec rights for the owner.
#
$ chown dd-agent:dd-agent ${GOPATH}/bin/datadog-env-secret
$ chmod 700 ${GOPATH}/bin/datadog-env-secret

$ chown dd-agent:dd-agent datadog-env-secret
$ chmod 700 datadog-env-secret
```

## Update your DD agent config
Expand Down

0 comments on commit 22335bb

Please sign in to comment.