You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to consume the Keeper configuration via an inline encrypted variable, the following error is received.
exception during Jinja2 execution: Traceback (most recent call last):
File "/Users/uk-gr9yjx0l0y/Projects/payments-ansible-awx/collections/ansible_collections/keepersecurity/keeper_secrets_manager/plugins/common/keeper_secrets_manager_ansible/__init__.py", line 253, in __init__
config_instance = InMemoryKeyValueStorage(config=config_option)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/uk-gr9yjx0l0y/Library/Caches/pypoetry/virtualenvs/payments-ansible-awx-yKeAqXPR-py3.11/lib/python3.11/site-packages/keeper_secrets_manager_core/storage.py", line 193, in __init__
self.config[ConfigKeys.get_enum(key)] = config[key]
~~~~~~^^^^^
File "/Users/uk-gr9yjx0l0y/Library/Caches/pypoetry/virtualenvs/payments-ansible-awx-yKeAqXPR-py3.11/lib/python3.11/site-packages/ansible/parsing/yaml/objects.py", line 189, in __getitem__
return self.data[index]
~~~~~~~~~^^^^^^^
TypeError: string indices must be integers, not 'str'
The text was updated successfully, but these errors were encountered:
When trying to consume the Keeper configuration via an inline encrypted variable, the following error is received.
The text was updated successfully, but these errors were encountered: