Skip to content
Snippets Groups Projects
Commit bcc3b0e8 authored by ale's avatar ale
Browse files

Log a message when the keystore client is enabled

parent c09a313d
Branches
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ func New(loginService *LoginService, authClient authclient.Client, config *Confi
if err != nil {
return nil, err
}
log.Printf("keystore client enabled")
s.keystore = ks
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment