Skip to content

Keep Vault user/pass fields from being confused#2036

Merged
rolandwalker merged 1 commit into
mainfrom
RW/separate-vault-user-pass-fields
Jul 22, 2026
Merged

Keep Vault user/pass fields from being confused#2036
rolandwalker merged 1 commit into
mainfrom
RW/separate-vault-user-pass-fields

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

By using the same variable name, the username field-name and password field-name could get confused, causing the username to be given as the password.

I think this was missed because of only specifying one or the other value separately in testing.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

By using the same variable name, the username field-name and password
field-name could get confused, causing the username to be given as the
password.
@rolandwalker rolandwalker self-assigned this Jul 22, 2026
@rolandwalker
rolandwalker merged commit 96a2aaf into main Jul 22, 2026
11 checks passed
@rolandwalker
rolandwalker deleted the RW/separate-vault-user-pass-fields branch July 22, 2026 21:58
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