Commit 2ae6587
authored
Add entry point for setting StoreAuthedClientId config property (#94)
In #87, one entry point for setting the config value is missing. This commit adds the entry point in QuorumPeerConfig.
All znode group acl tests passed.
Will validate the config loading manually by deploying zk server with StoreAuthedClientId enabled in zk config.1 parent 56d478b commit 2ae6587
File tree
2 files changed
+6
-4
lines changed- zookeeper-server/src/main/java/org/apache/zookeeper/server
- auth
- quorum
2 files changed
+6
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
| |||
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| |||
0 commit comments