I have the requirement to connect QLIKVIEW to Hashi-corp vault and by connecting to vault access the kv engine and thereby retrieve the key-value pair to QLIKVIEW and then share the retrieved key to the postgres database that I connect through QLIKVIEW.
I understand that QLIKVIEW can't be integrated into VAULT directly, so thinking to use a python program to integrate vault and call this python via QLIKVIEW but, with this implementation, I'm able to run a python module and communicate to the vault and retrieve the key-value pair back to python but, how to revert this value to QLIKVIEW is the question now, please help and give your thoughts.