github / github/gh-mysql-conf-diff
Authentication file option
Open
- Dominant language
- Go
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
Right now, authentication is through environment variables $MYSQL_USER and $MYSQL_PASSWORD. The user should have more options.
### Solution
Implement an mysql auth file. Open to other ideas/best practices as well.
Contributor guide
Research direction
Start by locating where $MYSQL_USER and $MYSQL_PASSWORD are read and how authentication is passed to the running MySQL server. Clarify the authentication-file format and supported precedence before implementation; done should include documented behavior and tests for the new option alongside the existing environment-variable path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, mysql
- Domain
- authentication, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100