Is there any documentation on how to create "Environment Variables" on IBM Case Manager 5.3.3 ?
Next Step C.A.
Original Message:
Sent: Fri February 17, 2023 12:16 PM
From: Martin Iturbide
Subject: "Script Adapter" - Security while calling REST.
Thank you Jens and Christian for the feedback.
I'm checking both alternatives, but there is a chance there is some "more baked" tutorial or documentation?
I'm learning this and I'm trying to get some samples that allow me to understand it better.
Regards
------------------------------
Martin Iturbide
Consultant
Next Step C.A.
Quito
------------------------------
Original Message:
Sent: Fri February 17, 2023 03:16 AM
From: Christian Sennewald
Subject: "Script Adapter" - Security while calling REST.
as a quick and dirty solution you can use environment variables.
Normally you build a toolkit for a certain Rest interface (or more than only one..)
In the Environment Variables you now may place the urls, user and password definitions for each environment (default, dev, test, staging, prod)
But take care that you encrypt sensible informations! Do not store plain text (readable) usernames and passwords there!!!
Other users may read them in ProcessAdmin...
------------------------------
Christian Sennewald