Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a local config to store sensitive data #797

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MrJulEnergy
Copy link
Contributor

@MrJulEnergy MrJulEnergy commented May 9, 2024

Example Node using the new fields option.

class MyNode(zntrack.Node):
    password = zntrack.local_config()
    def run(self):
        pass

@MrJulEnergy MrJulEnergy requested a review from PythonFZ May 9, 2024 16:46
@MrJulEnergy

This comment was marked as outdated.

@MrJulEnergy
Copy link
Contributor Author

Next Task:

  • removing local_config parameters from dvc tracking, as they are currently also stored in the dvc cache

@MrJulEnergy MrJulEnergy marked this pull request as draft May 9, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant