Best practices to use secrets in spacy projects #7950
krlng
started this conversation in
Help: Best practices
Replies: 1 comment
-
There's no feature to hide variables or turn off logging for individual commands. In this case I would recommend you pass the secrets through some method besides the command line, such as storing them in a file or environment variables set before calling spaCy projects. This is similar to how Github Actions works and their guidance on using secrets in workflows may be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi :)
spacy projects will log all commands executed. However, some of those commands might contain sensible information such as passwords. Is there a way to exclude either those variables from logging or deactivate the logging for some commands?
Beta Was this translation helpful? Give feedback.
All reactions