Flow Designer - REST - Is there a way to have the response body as Password (2 way encrypted)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 05:26 PM
Hi,
I have an action that contains a REST step to retrieve a password from our password vault.
This is working without issue.
What is happening is that the password is being returned in the Response Body as a String. Which is visible in the logs.
What I was hoping for was to have the response body of type Password(2 way encrypted) so that it would be masked from the logs.
Is there any way to achieve this? Or might there be an alternative solution?
Cheers Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 05:57 PM
What kind of password vault? What are its capabilities? ServiceNow can't control what a third party is sending, except as dictated by the APIs documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 06:38 PM
Thank you for the reply,
The response body in this case is a string.
I shouldn't have mentioned that it was a password because it could be any sensitive information that I'm trying to mask.
To rephrase the question - Can a the response body of a REST call through Flow Designer be masked so that it's not logged in plain text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 10:47 AM
Were you able to find a solution?