Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
remove secrets manager reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi94N authored Mar 22, 2022
1 parent 29ef6f3 commit a541067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion secretsmanager/secretsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ def get_db_secret(self, secret_name, region_name='us-west-2'):
finally:
return json.loads(secret) if secret != '' else {'engine': '', 'username': '', 'password': '', 'dbname': '', 'port': '', 'host': ''}

sm = SecretsManager("arn:aws:secretsmanager:us-west-2:860100747351:secret:RDSConfig-JMVgcU")

0 comments on commit a541067

Please sign in to comment.