Commit e242739
Andreas Huber
Fix missing ACL token for getAllInstances
Requests made by ConsulDiscoveryCLient.getAllInstances() were
missing the ACL token.
Fixes gh-847
Signed-off-by: Andreas Huber <[email protected]>1 parent 0260422 commit e242739
File tree
1 file changed
+5
-2
lines changed- spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments