Add option to add/get passwords as plaintext
Tero Jankkila
We would like to integrate our Passwork to everything possible and writing de/encrypter to every language we use is a bit cruesome. In the future we would like to implement Passwork to Terraform (Go Lang) and our internal scripts and tools (Java, PHP, Python).
One solution could be to add option ?plaintext=[true|false] which would return decrypted password or notice the need to encrypt the password without adding new API endpoints.
Tero Jankkila
Also one option would be to add some encryption that could be easier to decrypt with shared secret that is not sent with the API requests and only know to both applications.