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

feat: support disable expand env param for auth #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

harrywu0913
Copy link

Pull Request Description

Describe what this PR does / why we need it

auth 参数的行为不一致性。对于 --config , username/password中的${var}不会被替换,而 --auth, username/password中的${var}默认会被环境变量替换。

Does this pull request fix one issue?

Fixes #151

Describe how you did it

在Auth中新增一个disableexpandenv参数,默认值为False,即兼容了原有逻辑

Describe how to verify it

Special notes for reviews

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.

对于auth中有特殊符号$的用户名被错误替换
1 participant