Skip to content

Commit

Permalink
add perms disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <ayush@latch.bio>
  • Loading branch information
ayushkamat committed Jan 14, 2023
1 parent 8c5f5f6 commit 8927f4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions latch/functions/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ def get_secret(secret_name: str):
A utility to allow users to reference secrets stored in their workspace on
Latch.
Important: When running an execution locally, whether on your own computer
or using `latch develop`, the only secrets you will be able to access are
the ones in your personal workspace. To use secrets from a shared workspace,
register your workflow and run it on Latch.
Examples:
>>> get_secret("test-secret")
"test-value-123"
Expand Down

0 comments on commit 8927f4d

Please sign in to comment.