-
Notifications
You must be signed in to change notification settings - Fork 613
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
Bug: fsx windows fileserver SSM arn parsing was incorrect #4058
Conversation
7bb16a1
to
1b5f2f0
Compare
agent/taskresource/fsxwindowsfileserver/fsxwindowsfileserver_windows_test.go
Outdated
Show resolved
Hide resolved
Will be posting integ test results here when completed. |
agent/taskresource/fsxwindowsfileserver/fsxwindowsfileserver_windows.go
Outdated
Show resolved
Hide resolved
Integ test results: successfully reproduced the issue wherein task with FSx using SSM parameter for credentials fails with |
95be4a7
to
3c5a674
Compare
ad0fb37
to
deea310
Compare
Currently the parsing of the ssm parameter name in the fsx windows file server workflow is incorrect. This is causing customers incorrect behavior when using ssm parameters that have a folder hierarchy.
Summary
This PR is to fix the above bug and allow customers to use ssm parameters that have a folder hierarchy.
Implementation details
Testing
Unit Tests
New tests cover the changes: yes
Description for the changelog
Bug: fsx windows fileserver SSM arn parsing was incorrect
Does this PR include breaking model changes? If so, Have you added transformation functions?
No model changes
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.