
Get actual IP
by VASS Consultoría de Sistemas Colombia SAS
Description
in some cases we need to see the ip of the user o send the ip in integrations for security and auditory purposes.
Checks logs on the current node, so it only works properly on single node (1 application server) environments. On an HA environment, it could possibly return the wrong IP if the requested user's last login to the current node used a different IP, and they more recently logged onto a different node than the one of the user who triggers the function.
Features
getIp: get the public ipv4 of the user read it from the logs of appian by username
Release notes
Instead of calling an Api we read the logs of appian and filter by username to get the IP that appian saves also its safer to get the data from appian internal than calling a third service
Version history (2)
1.0.8
Fixing a deploy bug of max version of 24.3
1.0.7
First release