mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #78876 from dougm/vsphere-token
vSphere: allow SAML token delegation
This commit is contained in:
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
Block a user