Skip to content

Commit

Permalink
fix: clarify JSON key path only works at the top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlesbykumbi committed Mar 9, 2019
1 parent fa0d040 commit b205214
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 @@ -20,7 +20,7 @@ The format used is `my/secret/name#mysecretkeypath`, where `#mysecretkeypath` is
This is the AWS secret name, which must be ASCII letters, digits, or any of the following characters: /_+=.@-

### secret key path (optional)
The secret key path to access arbitrarily nested values inside secrets stored as valid JSON.
The secret key path provides access to top-level values inside secrets stored as valid JSON.

### Example
Example Secret JSON in aws:
Expand Down

0 comments on commit b205214

Please sign in to comment.