Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-stradley committed Apr 23, 2024
1 parent bb9e59d commit 348d3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automations/AWS-ssh/gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import strongdm, time, os

access_key="iL6etBGqRbyW2FeRFtqIUz7OmS62fdyQtpvhSR2W68EYo6HvyyvR09VySEsTeJUi"
secret_key="FyJhqwLo7W234aN+LR/bj8um4LZ1w8l217+UAMIWfLV3RiV3ddRGEQ=="
access_key=""
secret_key=""

# Get AWS environment vars
instance_ip = os.getenv("INSTANCE_IP")
Expand Down

0 comments on commit 348d3d0

Please sign in to comment.