NASA-AMMOS / NASA-AMMOS/AIT-Core
Improve ait.notify to provide more secure method of SMTP authentication
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56
- Forks
- 35
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
Putting a username/password into a config can be a big security concern. Not sure what a workaround may be. Easiest thing may be to just document another method. here is what I did for ECOSTRESS:
un = raw_input('SMTP Username: ')
pw = getpass.getpass('SMTP Password: ')
ait.config._config['notifications']['smtp']['username'] = un
ait.config._config['notifications']['smtp']['password'] = pw
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at ait.notify and inspect how the notifications.smtp username and password are read from ait.config._config. The issue names no file or test, so first determine the relevant implementation and existing authentication options. Done means a less exposed SMTP authentication method is implemented or documented, with its behavior validated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100