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 support for numerbay credentials? #65

Open
mikedbjones opened this issue Apr 8, 2023 · 2 comments
Open

Add support for numerbay credentials? #65

mikedbjones opened this issue Apr 8, 2023 · 2 comments

Comments

@mikedbjones
Copy link

Would it be possible to add support for numerbay credentials (or other secret info) during numerai setup? It would be very handy to have numerbay username and password as environment variables available to my predict.py, to automate upload of numerbay artifacts any time predict.py is run. I know that AWS and numerai keys live in .numerai/.keys. I'm unaware how to add any other secrets, apart from either hardcoding them in Dockerfile, or in the application itself.

@ndharasz
Copy link
Contributor

ndharasz commented Apr 19, 2023

Support for official secrets management is out of scope for this tool as of now. Hard coding them in the Dockerfile or your code should be okay unless you're planning on putting those in source control. I'll leave this issue up as we could eventually officially support secrets management, but won't be coming anytime soon.

@mikedbjones
Copy link
Author

Thanks @ndharasz , only just saw this after doing the pull request where I've made some code changes to add support for custom secrets. I've been testing mikedbjones/numerai-cli today for my models and the code seems to work well. Thanks.

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

No branches or pull requests

2 participants