Hi Mazen,
Conditionally hiding values of constant in Sprinter is not possible. You might consider to communicate the environment details in another way.
Regards, Thijs
Hello,
It is not possible to hide constants but I can suggest a way if we turn the other way around.
why does that person need environment details access? what are the things that you want to share with him from environments details?
Hello,
It is not possible to hide constants but I can suggest a way if we turn the other way around.
why does that person need environment details access? what are the things that you want to share with him from environments details?
For anyone still looking for an answer that is using Mendix for private cloud:
Support for loading app constants and runtime settings from kubernetes CSI secret store was added in Mendix operator v2.10.1 (https://docs.mendix.com/releasenotes/developer-portal/mendix-for-private-cloud/#portal-improvements-16), I haven't tried it yet but it seems like it could solve this problem as it can be integrated with AWS Secrets Mnager or similar services.
I can't mark my own comment as the answer, but hopefully this helps.