Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Secret Syntax section update for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed Oct 16, 2019
1 parent ce693f2 commit e3b6393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:

## Secrets Syntax

`{{ conjurVariable1 | envVarName1; conjurVariable2 }}`

The `secrets` argument is a semi-colon (`;`) delimited list of secrets. The list can optionally contain the name to set for the environment variable.

### Example

`db/sqlusername | sql_username; db/sql_password`

In the above example, the first secret section is `db/sqlusername | sql_username`. The `|` separates the Conjur Variable ID from the environment variable that will contain the value of the Conjur Variable's value.
Expand Down

0 comments on commit e3b6393

Please sign in to comment.