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

Add parameter to provide a private_key_string, public_key_string, and password_hash_string #26

Open
kstine opened this issue Jan 15, 2024 · 0 comments

Comments

@kstine
Copy link

kstine commented Jan 15, 2024

Instead of passing in a whole file path, it would be useful to be able to pass the private_key_string, public_key_string, and password_hash_string as a string to CryptoLibrary.

*** Settings ***
Library    CryptoLibrary    private_key_string=%{PRIVATE_KEY}    public_key_string=%{PUBLIC_KEY}    password_hash_string=%{PASSWORD_HASH}

This would enable CryptoLibrary to better integrate with services like Azure Key Vault for example.

Further updating the CryptoLibrary CLI to digest the same strings could be possible. Especially if the CryptoLibrary supported .env files or a static config file.

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

No branches or pull requests

1 participant