-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
onepassword lookup - Make section and field case insensitive #7564
onepassword lookup - Make section and field case insensitive #7564
Conversation
changelogs/fragments/7564-onepassword-lookup-case-insensitive.yaml
Outdated
Show resolved
Hide resolved
d1cbd1a
to
155846e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
changelogs/fragments/7564-onepassword-lookup-case-insensitive.yaml
Outdated
Show resolved
Hide resolved
3176a35
to
3b233e0
Compare
This was a regression in behavior when adding support for op v2.
3b233e0
to
2caa65a
Compare
Looks good to me! I'll merge this in a couple of days if nobody objects. |
@samdoran do you want to wait a bit longer for feedback, or should I merge now? |
@felixfontein Merge away! |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7661 🤖 @patchback |
* onepassword lookup: Make section and field case insensitive This was a regression in behavior when adding support for op v2. * Return a string by default to avoid an exception if a field is missing * Use a helper function to lower a value if possible * Update changelog (cherry picked from commit 241cc02)
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7662 🤖 @patchback |
@samdoran done :) Thanks a lot for fixing this! |
* onepassword lookup: Make section and field case insensitive This was a regression in behavior when adding support for op v2. * Return a string by default to avoid an exception if a field is missing * Use a helper function to lower a value if possible * Update changelog (cherry picked from commit 241cc02)
…ion and field case insensitive (#7661) onepassword lookup - Make section and field case insensitive (#7564) * onepassword lookup: Make section and field case insensitive This was a regression in behavior when adding support for op v2. * Return a string by default to avoid an exception if a field is missing * Use a helper function to lower a value if possible * Update changelog (cherry picked from commit 241cc02) Co-authored-by: Sam Doran <sdoran@redhat.com>
…ion and field case insensitive (#7662) onepassword lookup - Make section and field case insensitive (#7564) * onepassword lookup: Make section and field case insensitive This was a regression in behavior when adding support for op v2. * Return a string by default to avoid an exception if a field is missing * Use a helper function to lower a value if possible * Update changelog (cherry picked from commit 241cc02) Co-authored-by: Sam Doran <sdoran@redhat.com>
SUMMARY
This was a regression in behavior when adding support for op v2.
Fixes #6000
ISSUE TYPE
COMPONENT NAME
plugins/lookup/onepassword.py