What's the safest way of passing basic auth credentials into a user event for an https request? I, for obvious reasons, don't want to hardcode the username and password into the script and then commit the sdf project to github and stuff
j
jarens
09/05/2019, 3:08 PM
You can add parameters to the script record and then add the credentials to the deployment using those parameters. Then you'd only see the runtime request to get the credentials in the script.
jarens
09/05/2019, 3:08 PM
But I look forward to more intelligent minds showing both of us a better way 😉
b
Brian Freytag
09/05/2019, 3:09 PM
I doubt there is a better way. I totally forgot about the parameters functionality for scripts