Skip to content

Commit

Permalink
DOC: Add purpose to credential in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jun 2, 2021
1 parent c38b07e commit 9fee567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/anatomy_credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ a reminder of the purpose.
"purpose": "Token for accessing a 3rd party API service"
},
{
"name": "SECRET_THE_THIRD"
"name": "SECRET_THE_THIRD",
"purpose": "Another secret, like a password for a sandbox or local database"
}
]
}
Expand Down

0 comments on commit 9fee567

Please sign in to comment.