Commit 76b31c8
authored
feat: cluster TLS root certificate authentication [TCE-52] (#54)
* feat: integrate cluster TLS root cert authentication
* chore: create test for TLS root cert authentication
* chore(ci): setup TLS root certificates test
* fix: run `cargo fmt`
* fix(ci): only run `distribution` test initially
* fix(ci): working directory for root-ca test
* fix(ci): set up `SSH_AUTH_SOCK` correctly
* fix(tests): use a different address block for root-ca brokers
* fix(tests): use docker-compose down, not stop
* fix(tests): use nvm script before `npm test root-ca`
* chore: `Cargo.{lock, toml}` fixes after rebase
* chore: update TCE1 parent 6436c16 commit 76b31c8
File tree
40 files changed
+1315
-482
lines changed- .github/workflows
- fuzz
- src
- cli
- mqtt
- broker
- tests
- foxmq-root-ca.d
- mqtt
40 files changed
+1315
-482
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
156 | 175 | | |
157 | 176 | | |
158 | 177 | | |
| |||
0 commit comments