Skip to content

Commit

Permalink
Testing without windows keyring selector
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Jul 15, 2024
1 parent cf4cc23 commit c49b0cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions keys_generator/keys_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
from Crypto.PublicKey import RSA
import os

if system() == 'Windows':
set_keyring(backends.Windows.WinVaultKeyring())

# First, attempt get the keys from the OS keychain
publicKey, privateKey = get_password("AxonOpsDeveloperWorkbenchPublicKey", "key"), \
get_password("AxonOpsDeveloperWorkbenchPrivateKey", "key")
Expand Down
3 changes: 0 additions & 3 deletions v6.0.0-ACv4.0.7/cqlsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ def custom_exit(*args, **kwargs):
cqldocs = None
cqlruleset = None

if platform.system() == 'Windows':
set_keyring(backends.Windows.WinVaultKeyring())

epilog = """Connects to %(DEFAULT_HOST)s:%(DEFAULT_PORT)d by default. These
defaults can be changed by setting $CQLSH_HOST and/or $CQLSH_PORT. When a
host (and optional port number) are given on the command line, they take
Expand Down
3 changes: 0 additions & 3 deletions v6.1.0-ACv4.1.0/cqlsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ def custom_exit(*args, **kwargs):
cqlruleset = None


if platform.system() == 'Windows':
set_keyring(backends.Windows.WinVaultKeyring())

epilog = """Connects to %(DEFAULT_HOST)s:%(DEFAULT_PORT)d by default. These
defaults can be changed by setting $CQLSH_HOST and/or $CQLSH_PORT. When a
host (and optional port number) are given on the command line, they take
Expand Down

0 comments on commit c49b0cf

Please sign in to comment.