We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a81ab3 + 7415095 commit f374317Copy full SHA for f374317
runit/patroni/run
@@ -21,7 +21,7 @@ fi
21
ulimit -c unlimited
22
23
# Only small subset of environment variables is allowed. We don't want accidentally disclose sensitive information
24
-for E in $(printenv -0 | tr '\n' ' ' | sed 's/\x00/\n/g' | grep -vE '^(KUBERNETES_(SERVICE|PORT|ROLE)[_=]|((POD_(IP|NAMESPACE))|HOSTNAME|PATH|PGHOME|LC_ALL|ENABLE_PG_MON)=)' | sed 's/=.*//g'); do
+for E in $(printenv -0 | tr '\n' ' ' | sed 's/\x00/\n/g' | grep -vE '^(KUBERNETES_(SERVICE|PORT|ROLE)[_=]|((POD_(IP|NAMESPACE))|HOSTNAME|PATH|PGHOME|LC_ALL|ENABLE_PG_MON|LD_PRELOAD|NSS_WRAPPER_PASSWD|NSS_WRAPPER_GROUP)=)' | sed 's/=.*//g'); do
25
unset $E
26
done
27
0 commit comments