We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ca87e commit 3dc9c58Copy full SHA for 3dc9c58
bootstrap/bootstrap.go
@@ -185,7 +185,7 @@ func (b *Bootstrap) StartAPIServer(ctx context.Context) error {
185
b.server = api.NewServer(b.logger, b.collector, b.config)
186
187
// create the signer based on either a single coa key being provided and using a simple in-memory
188
- // signer, or multiple keys being provided and using signer with key-rotation mechanism.
+ // signer, or multiple keys being provided and using signer with key-rotation mechanism.bootstrap/bootstrap.go
189
var signer crypto.Signer
190
var err error
191
switch {
0 commit comments