average-dinner-25106
11/09/2022, 9:30 AMmicroscopic-mechanic-13766
11/09/2022, 11:44 AMJAVA_OPTS env variable (or JDK_JAVA_OPTIONS for the specific case of front container with versions that have JDK 11 (0.8.45 forward, if I am not mistaken))
Out of curiosity, what do you need that variable for?average-dinner-25106
11/10/2022, 1:29 AMmicroscopic-mechanic-13766
11/10/2022, 8:52 AM/datahub-fronted/conf/application.conf (file in which all the possible variables that can be written are) and /datahub-fron/conf/jaas.conf .
Inside the former file, you will be able to see these variables that I think they might be what you are looking for:
auth.jaas.enabled = ${?AUTH_JAAS_ENABLED}
auth.native.enabled = ${?AUTH_NATIVE_ENABLED}
I also mentioned the jaas.conf as I think you might need to overwrite this file with your configurationaverage-dinner-25106
11/10/2022, 8:59 AMmicroscopic-mechanic-13766
11/10/2022, 9:04 AMAUTH_JAAS_ENABLED in case you haven't already) or modify it manually in the file in case the env variable isn't "catched"average-dinner-25106
11/10/2022, 10:56 AMmicroscopic-mechanic-13766
11/10/2022, 11:14 AMaverage-dinner-25106
11/11/2022, 4:16 AM