Skip to content

Commit

Permalink
Update configure-tower-projects.py
Browse files Browse the repository at this point in the history
remove line for secretKey
  • Loading branch information
danlu1 authored Jun 10, 2024
1 parent edac103 commit 80dd558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/configure-tower-projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ def create_credentials(self) -> int:
"provider": "aws",
"keys": {
"accessKey": credentials["aws_access_key_id"],
# "secretKey": credentials["aws_secret_access_key"],
"assumeRoleArn": self.stack["TowerRoleArn"],
},
"description": f"Credentials for {self.stack_name}",
Expand Down

0 comments on commit 80dd558

Please sign in to comment.