I haven't found the way to update ipAllowlist
in innodbcluster using mysql shell. Is there a way to do this?
Asked
Active
Viewed 89 times
0

developthou
- 343
- 1
- 10
-
I think you should be able to do this using `Cluster.setOption()` or `Cluster.setInstanceOption()`. – Barmar Aug 02 '21 at 16:31
-
Depending on whether you want to update the entire cluster or just one instance. – Barmar Aug 02 '21 at 16:38
-
Thank you but those options don't support ipAllowList. – developthou Aug 03 '21 at 19:58
-
Then I suspect you can only set it when you're creating the instance, not dynamically. – Barmar Aug 03 '21 at 19:58