-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Unable to decrypt the secret values from data store for rule. st2schedular not mounting "st2-encryption-key-vol" volume. #147
Labels
bug
Something isn't working
Comments
Thanks for the report! Can you provide the full unstripped log? |
This is the rule i was creating. decrypt_kv is causing the error mentioned in this issue.
|
Thanks for more details, this clarifies the issue very well now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting below error in st2 schedular when trying to access the secret from st2kv with decryptkv.
{
"error": "Failed to render parameter "password": [Errno 2] No such file or directory: '/etc/st2/keys/datastore_key.json'",
"traceback": " File "/opt/stackstorm/st2/lib/python3.6/site-packages/st2reactor/rules/enforcer.py", line 201, in _invoke_action
additional_contexts=additional_contexts)
File "/opt/stackstorm/st2/lib/python3.6/site-packages/st2reactor/rules/enforcer.py", line 83, in get_resolved_parameters
additional_contexts=additional_contexts)
File "/opt/stackstorm/st2/lib/python3.6/site-packages/st2common/util/param.py", line 311, in render_live_params
context = _resolve_dependencies(G)
File "/opt/stackstorm/st2/lib/python3.6/site-packages/st2common/util/param.py", line 228, in _resolve_dependencies
raise ParamException(msg)
"
}
The text was updated successfully, but these errors were encountered: