aws-ia / cfn-ps-duo-mfa

Apache License 2.0
3 stars 7 forks source link

Errant Space in your python code #11

Closed cpieper78 closed 10 months ago

cpieper78 commented 10 months ago

File: templates/duo-proxy-fargate.template.yaml In line 1672 it appears there is an extra space that casuses the code to fail when running.. CleanShot 2023-12-04 at 14 30 17@2x

dennislaf commented 10 months ago

Yup, getting this error now as well which seems to be related: [ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'index': unexpected indent (index.py, line 9) Traceback (most recent call last): File "/var/task/index.py" Line 9 artifact_bucket = os.environ['DuoBucket']

vsnyc commented 10 months ago

@cpieper78 Thank you for submitting the fix in PR https://github.com/aws-ia/cfn-ps-duo-mfa/pull/12