Skip to content

Commit ec3db66

Browse files
committed
obfuscated key name
1 parent 219050f commit ec3db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/getKeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ async def pull_secrets_from_vault(
584584
for secret_key, value in secrets:
585585
env_key = to_env_key(secret_key)
586586
if env_key in keys and dotenv.get(env_key) != value:
587-
print(f" Updating {env_key}")
587+
print(f" Updating {env_key[:3]}***")
588588
dotenv[env_key] = value
589589
updated += 1
590590

0 commit comments

Comments
 (0)