Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gautagan authored Apr 29, 2020
1 parent 70afcc7 commit 25151c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
identitypoolid = args["identitypoolid"]

try:
# Get the OneLogin App Client ID and App Client Secret. This is stored in a secrets manager
# Get the OneLogin App Client ID and App Client Secret. This is stored in AWS systems manager(ssm).
ssm_client = boto3.client("ssm")

app_credentials = ssm_client.get_parameter(Name="OneLoginAppCredentials")
Expand Down

0 comments on commit 25151c9

Please sign in to comment.