rickover icon indicating copy to clipboard operation
rickover copied to clipboard

How come the code in the commands directory is example only?

Open caseycrites opened this issue 8 years ago • 1 comments

At first glance, these seem fully functional, and except for the hardcoding of the test credentials, ready to go for production use. Is there a reason the user is encouraged to write their own versions?

caseycrites avatar Jan 24 '17 23:01 caseycrites

I think they'd be fine, but yeah you'd want to add some sort of way to load credentials that's not hardcoding them. You might also want to configure the number of workers differently.

It might be instructive to look at the custom Shyp code that wraps these. I believe I added a custom Authenticator that either let you specify a password, or use a valid username/token that you'd use to authenticate to Control.

kevinburke avatar Jan 27 '17 07:01 kevinburke