Hello,
my current project will be calling a REST server which requires an API key / token to be accessed. This API key should never be deployed in code and should instead be provided by each developer / environment themselves. The simplest way would be to have everyone set a specific environment variable that can be read during SIM run / EMB deploy / test, but I don’t know of a way how to then access this in java source code later.
What is the best way to provide these API keys to the project? Is there a way to put environment variables into the constants.list or are there other functionalities that can be used?
Kind Regards,
John