Currently, none of the processes we are automating in my organization pass any data that requires encryption. However some of the things we are currently examining from our backlog will, so I have been doing some testing with the encrypted queues functionality in Orchestrator.
I setup a test queue with the Encrypted option enabled.
I then manually uploaded a test queue item to this queue containing a made-up username and password -
However, contrary to what the UI and documentation states (that transaction details will not be visible in the UI for encrypted queues), all of the content of this queue item is directly displayed in plain text -
Additionally, I am able to retrieve that data via the Robot as a simple string from the specific content, without any decryption or as a secure string -
This isn’t how I expected an encrypted queue to behave from how the functionality is described in the Orchestrator documentation. Is this how this should be behaving, and if not do I need to do any additional configuration to make it actually encrypt? Thanks!