Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
@@ -80,8 +80,9 @@ func (c *vaultConfig) Init(opts ...config.Option) error {
})
if err != nil && !c.opts.AllowFail {
return err
} else if err == nil {
token = rsp.Auth.ClientToken
}
cli.SetToken(token)
The note is not visible to the blocked user.