-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(elasticsearch): advancedOptions in domain has no effect #15330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks great! Thank you for fixing this oversight
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also add one or more of these to the integ.elasticsearch.ts integration test?
Pull request has been modified.
I added the integration test as requested and changed the readme. I also hat to change the policy in the integration test. I received the message 'Apply a restrictive access policy to your domain' when I deployed the stack. My changes where not active at this time. I replaced |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Property `advancedOptions` in ElasticSearch domain did have no effect because the assignment was missing. * add assignment for advancedOptions to fix issue * test cases * describe function in readme Fixes aws#14067 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Property `advancedOptions` in ElasticSearch domain did have no effect because the assignment was missing. * add assignment for advancedOptions to fix issue * test cases * describe function in readme Fixes aws#14067 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Property
advancedOptions
in ElasticSearch domain did have no effect because the assignment was missing.Fixes #14067
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license