Fix whitespace/spelling nits in JWKS controller
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
a5abe9ca3e
commit
fbcce700dc
@ -52,7 +52,7 @@ func generateRSAKey(r io.Reader, bits int) (interface{}, error) {
|
|||||||
return rsa.GenerateKey(r, bits)
|
return rsa.GenerateKey(r, bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
// jwkController holds the field necessary for the JWKS controller to communicate with OPC's and
|
// jwkController holds the fields necessary for the JWKS controller to communicate with OPC's and
|
||||||
// secrets, both via a cache and via the API.
|
// secrets, both via a cache and via the API.
|
||||||
type jwksController struct {
|
type jwksController struct {
|
||||||
pinnipedClient pinnipedclientset.Interface
|
pinnipedClient pinnipedclientset.Interface
|
||||||
@ -160,7 +160,6 @@ func (c *jwksController) Sync(ctx controllerlib.Context) error {
|
|||||||
if err := c.createOrUpdateSecret(ctx.Context, secret); err != nil {
|
if err := c.createOrUpdateSecret(ctx.Context, secret); err != nil {
|
||||||
return fmt.Errorf("cannot create or update secret: %w", err)
|
return fmt.Errorf("cannot create or update secret: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
klog.InfoS("created/updated secret", "secret", klog.KObj(secret))
|
klog.InfoS("created/updated secret", "secret", klog.KObj(secret))
|
||||||
|
|
||||||
// Ensure that the OPC points to the secret.
|
// Ensure that the OPC points to the secret.
|
||||||
|
Loading…
Reference in New Issue
Block a user