Commit 3418024
authored
_internal/trust: Fix bug in rekor key lookup (#1350)
* _internal/trust: Fix bug in rekor key lookup
Rekor keyring can (and in future will) have multiple keys:
logs not only get sharded but once rekor-tiles is integrated in the
public good instance, there will be two writable logs for a while.
As far as I can tell all calling code is already capable of handling
the keyring.
Signed-off-by: Jussi Kukkonen <[email protected]>
* CHANGELOG: Mention fix for multiple rekor keys
Signed-off-by: Jussi Kukkonen <[email protected]>
---------
Signed-off-by: Jussi Kukkonen <[email protected]>1 parent c9c603a commit 3418024
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
| 385 | + | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments