-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Parameterize access policies json for more flexibility #155
Conversation
Hi @srhopkins @woz5999! Any chance this can get reviewed? Or should I close the Pull Request? Thank you. |
This pull request is now in conflict. Could you fix it @bmbferreira? 🙏 |
This PR has been closed due to inactivity and merge conflicts. |
Thanks @bmbferreira for creating this pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. While you wait, make sure to review our contributor guidelines. Tip Need help or want to ask for a PR review to be expedited?Join us on Slack in the |
Trying to continue this here: #198 |
what
Adds a new parameter to be able to pass a json string with a custom access policy to set for the elasticsearch.
why
In my opinion, the access policies are too "opinionated" on this module, especially when it is on "vpc mode". I think it should be more flexible and allow to customize it however we want and not having it based on the
iam_role_arn
variable.references
N/A