Merge pull request #78876 from dougm/vsphere-token

vSphere: allow SAML token delegation
k3s-v1.15.3
Kubernetes Prow Robot 2019-06-10 19:24:16 -07:00 committed by GitHub
commit 8de1569dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)