vSphere: allow SAML token delegation

Issue #77360
k3s-v1.14.4
Doug MacEachern 2019-06-10 16:07:31 -07:00
parent 0020140bf3
commit d3e7abab07
1 changed files with 1 additions and 0 deletions

View File

@ -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)