Hiding values of specific constants in cloud environments

0
Hello,   We want to grant specific users the ability to view production clusters environment details (including constants), however the issue with doing this is that some constants may contain sensitive information such as passwords or secrets.    Would it be possible to hide the values of specific constants?
asked
4 answers
1

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

answered
0

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?

answered
0

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?

answered
0

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.

answered