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

Added some instructions and an optional password for authentication p… #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added some instructions and an optional password for authentication p… #316

wants to merge 3 commits into from

Conversation

amopremcak
Copy link

…urposes.

@@ -127,6 +151,7 @@ def _refreshConnectionData(self):
reg = cxn.registry
p = reg.packet()
p.cd(REGISTRY_PATH)
p.dir(key = 'regcontent')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No space here, i.e. p.dir(key='regcontent')

@DanielSank
Copy link
Member

To be honest, I don't really understand good security practices. @maffoo is it normal to store a password in memory as is done here?

@amopremcak
Copy link
Author

I removed the blank space. I tested it for backwards compatibility. Also, how do you handle your version numbers? Should I have bumped this from 1.1 to 1.2?

@DanielSank
Copy link
Member

Good question. It's backwards compatible, so bump the minor version number.

@amopremcak
Copy link
Author

Done.

@amopremcak
Copy link
Author

If it turns out you guys think it is better to remove the password from the registry, I can easily change this. I was sort of wondering the same thing you asked @maffoo but for our purposes, the email account being used is really just a burner account.

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

2 participants