Hello,
Secure settings in the manifest will only be pasted into the code by ZD via a placeholder and only as the last step before execution That is fine for a basic user-pass auth, but not anymore if you need to, like in my place, create an HMAC of the secret and only that value can be used for authentication.
Anyone knows how to solve this? I don't think it's a very good workaround to store the secret code directly in the code. But momentarily is seems to be the only solution.
Thank you!
Thank you for the feedback. So there currently is only the middleware solution, unless one wants to risk the secret being in plain in the source. The risk would extend to all agents that can see the app in the backend, I assume.