mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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{
|
req := sts.TokenRequest{
|
||||||
Certificate: &cert,
|
Certificate: &cert,
|
||||||
|
Delegatable: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
signer, err := tokens.Issue(ctx, req)
|
signer, err := tokens.Issue(ctx, req)
|
||||||
|
Loading…
Reference in New Issue
Block a user