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

config: use keyring.get_password() as a workaround for a kwallet bug #26

Merged
merged 1 commit into from
Sep 6, 2020

Conversation

MrAnno
Copy link
Contributor

@MrAnno MrAnno commented Sep 1, 2020

The current implementation of the keyring KWallet backend contains a regression that breaks the autofill feature of openconnect-sso:
get_credential() returns the password as a string.

jaraco/keyring@0b7b41f
(I'm about to report and fix this upstream.)

Using get_password() is sufficient in my opinion.

@MrAnno
Copy link
Contributor Author

MrAnno commented Sep 1, 2020

jaraco/keyring#463

The current implementation of the keyring KWallet backend contains a
regression:
get_credential() returns the password as a string.

jaraco/keyring@0b7b41f
@vlaci vlaci merged commit 7bbdaaf into vlaci:master Sep 6, 2020
@vlaci
Copy link
Owner

vlaci commented Sep 6, 2020

Thank you!

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.

None yet

2 participants