Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MWAA verify_env script has incorrect profile name validation #203

Open
daniel-bowman-nationwide opened this issue Jun 30, 2022 · 0 comments

Comments

@daniel-bowman-nationwide

if re.match(r"^[a-zA-Z0-9]*$", profile_name):

Profile name validation does not include all allowed profile name characters. The missing character that broke for me is -. There may be others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant