-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: add ip address when manage_aws_auth is true and public_access is false #745
fix: add ip address when manage_aws_auth is true and public_access is false #745
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.
Thanks @slimm609
@slimm609 you have a lint error |
fixed |
when will this change be released ? |
changes made |
@slimm609 thank you for working on this. Perhaps addressing the merge conflict and squashing the commits will drive this PR forward. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
in issue #744, the cluster does not finish configuration when
manage_aws_auth = true
andcluster_endpoint_public_access = false
because there is no access to the cluster endpoint.This PR authorizes a CIDR to access the cluster to be able to finish the setup.
Checklist