8000 Stop tracking the values of HOST* related envars (#7877) · localstack/localstack@61b2648 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61b2648

Browse files
authored
Stop tracking the values of HOST* related envars (#7877)
We should not collect the HOST* environment variable values, since they may leak private information. It is unlikely however, but we should not collect these values regardless.
1 parent 080d53e commit 61b2648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

localstack/runtime/analytics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"EAGER_SERVICE_LOADING",
1616
"EDGE_PORT",
1717
"ENFORCE_IAM",
18-
"HOSTNAME",
19-
"HOS 8588 TNAME_EXTERNAL",
20-
"HOSTNAME_FROM_LAMBDA",
2118
"IAM_SOFT_MODE",
2219
"KINESIS_PROVIDER",
2320
"KMS_PROVIDER",
@@ -46,6 +43,9 @@
4643
PRESENCE_ENV_VAR = [
4744
"DATA_DIR",
4845
"EDGE_FORWARD_URL",
46+
"HOSTNAME",
47+
"HOSTNAME_EXTERNAL",
48+
"HOSTNAME_FROM_LAMBDA",
4949
"HOST_TMP_FOLDER",
5050
"INIT_SCRIPTS_PATH",
5151
"LAMBDA_FALLBACK_URL",

0 commit comments

Comments
 (0)
0