Skip to content

Conversation

@amopremcak
Copy link

…urposes.

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.

2 participants