Commit a81bbda
authored
[Uptime] Fix nesting of x509 subject (#18139)
In #17687 we added additional x509 fields. The mapping accidentally
double nested subject fields as subject.subject. This fixes that.
There are no tests here because we don't really have testing around
mappings, and it's sort of difficult to test without being repetitive,
so none are included here.1 parent 1c6b278 commit a81bbda
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8020 | 8020 | | |
8021 | 8021 | | |
8022 | 8022 | | |
8023 | | - | |
| 8023 | + | |
8024 | 8024 | | |
8025 | 8025 | | |
8026 | 8026 | | |
| |||
8031 | 8031 | | |
8032 | 8032 | | |
8033 | 8033 | | |
8034 | | - | |
| 8034 | + | |
8035 | 8035 | | |
8036 | 8036 | | |
8037 | 8037 | | |
8038 | 8038 | | |
8039 | 8039 | | |
8040 | 8040 | | |
8041 | | - | |
| 8041 | + | |
8042 | 8042 | | |
8043 | 8043 | | |
8044 | 8044 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments