Skip to content

Commit 36e1af0

Browse files
committed
more debug stuff
1 parent 81732a2 commit 36e1af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/aws-iam-check-keys/find_stale_keys.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ def send_key(key_dict: dict, severity: str):
303303
Send the key(s) to the pushgateway client to let it determine if they
304304
are stale
305305
"""
306-
gateway_test = f"{env.str('GATEWAY_HOST')}:9091"
307-
print(gateway_test)
308-
gateway = f"{env.str('GATEWAY_HOST')}:{env.int('GATEWAY_PORT', 9091)}"
306+
gateway = f"{env.str('GATEWAY_HOST')}:9091"
307+
#print(gateway_test)
308+
#gateway = f"{env.str('GATEWAY_HOST')}:{env.int('GATEWAY_PORT', 9091)}"
309309
print(gateway)
310310
registry = CollectorRegistry()
311311
days_since_rotation = key_dict["days_since_rotation"]

0 commit comments

Comments
 (0)