Skip to content

Commit 4b249f6

Browse files
honourfishjgough
andauthored
Dev/jgough/10561 enable key rollover (#120)
* Test Cose Signer returns correctly formatted KID re: AB#10561 --------- Co-authored-by: jgough <joe.gough@datatrails.ai>
1 parent fc24480 commit 4b249f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azkeys/testCoseSigner.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ func (s *TestCoseSigner) KeyLocation() string {
5656
}
5757

5858
func (s *TestCoseSigner) KeyIdentifier() string {
59-
return "foo/bar"
59+
60+
// the returned kid needs to match the kid format of the keyvault key
61+
return "location:testkey/version1"
6062
}

0 commit comments

Comments
 (0)