Merge pull request #78876 from dougm/vsphere-token

vSphere: allow SAML token delegation
This commit is contained in:
Kubernetes Prow Robot
2019-06-10 19:24:16 -07:00
committed by GitHub

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)