Skip to content

Commit

Permalink
Refer to GoCD's documentation about Secrets Management
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ludwig committed Sep 10, 2020
1 parent 9e540ed commit 23f57ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ A secret file is made of JSON, and has the following data structure:
}
```

The secret defined in the above example can be used as `{{SECRET:[Env1Secrets][my-password]}}` in environment variables or SCM materials.
The secret defined in the above example can be used by defining a Secret Param with syntax: `{{SECRET:[Env1Secrets][my-password]}}` in entities which support secrets. For more information about supported entities refer the [Secrets Management](https://docs.gocd.org/current/configuration/secrets_management.html) documentation.

## Troubleshooting

Expand Down

0 comments on commit 23f57ce

Please sign in to comment.