fix(elasticsearch): advancedOptions in domain has no effect#15330
fix(elasticsearch): advancedOptions in domain has no effect#15330mergify[bot] merged 4 commits intoaws:masterfrom
Conversation
peterwoodworth
left a comment
There was a problem hiding this comment.
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). |
BenChaimberg
left a comment
There was a problem hiding this comment.
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
advancedOptionsin 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