mirror of https://github.com/k3s-io/k3s
commit
8de1569dda
|
@ -111,6 +111,7 @@ func (connection *VSphereConnection) Signer(ctx context.Context, client *vim25.C
|
|||
|
||||
req := sts.TokenRequest{
|
||||
Certificate: &cert,
|
||||
Delegatable: true,
|
||||
}
|
||||
|
||||
signer, err := tokens.Issue(ctx, req)
|
||||
|
|
Loading…
Reference in New Issue