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

st2kv : Non-hexadecimal digit found #6148

Open
Aliskaa opened this issue Feb 21, 2024 · 0 comments
Open

st2kv : Non-hexadecimal digit found #6148

Aliskaa opened this issue Feb 21, 2024 · 0 comments

Comments

@Aliskaa
Copy link

Aliskaa commented Feb 21, 2024

STACKSTORM VERSION

Paste the output of st2 --version: v3.9dev (Ubuntu 20.04.6 LTS GNU/Linux x86_64)

OS, environment, install method

Docker

Steps to reproduce the problem

In v3.9dev, I tried to store a key with an encrypted value. The encrypted value contains special characters (., -, _)
When I use st2kv in my config file, Stackstorm asks me: 'Non-hexadecimal digit found'. But it's OK with version v3.8.

commands :
st2 key set my_token 'my.fake-super_password' --encrypt

The config file:

---
connections:
    my_token: "{{st2kv.system.my_token | decrypt_kv}}"
    url: "my_api.com"

Thanks!

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