Commit f5e37e7
authored
Prior to this change, ES would refuse to start if the
`reindex.remote.whitelist` node setting was `*` (or anything else
which matches every string). This removes that restriction.
The logic did not provide any real security, since it would accept a
setting value of `*:*`, which would effectively match everything since
the string checked against it was always of the form
`<host>:<port>`. It has been agreed that users should be allowed to
whitelist everything if they choose, so there is no value to just
making it more awkward for them to figure out how to do so.
1 parent 322e5fe commit f5e37e7
File tree
2 files changed
+0
-33
lines changed- modules/reindex/src
- main/java/org/elasticsearch/reindex
- test/java/org/elasticsearch/reindex
2 files changed
+0
-33
lines changedLines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 104 | | |
114 | 105 | | |
115 | 106 | | |
| |||
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 114 | | |
127 | 115 | | |
128 | 116 | | |
129 | 117 | | |
130 | 118 | | |
131 | 119 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 120 | | |
145 | 121 | | |
146 | 122 | | |
| |||
0 commit comments