Skip to content

Commit 55ef6ec

Browse files
committed
vSphere: allow SAML token delegation
Issue kubernetes#77360
1 parent d873167 commit 55ef6ec

File tree

1 file changed

+1
-0
lines changed
  • staging/src/k8s.io/legacy-cloud-providers/vsphere/vclib

1 file changed

+1
-0
lines changed

staging/src/k8s.io/legacy-cloud-providers/vsphere/vclib/connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func (connection *VSphereConnection) Signer(ctx context.Context, client *vim25.C
111111

112112
req := sts.TokenRequest{
113113
Certificate: &cert,
114+
Delegatable: true,
114115
}
115116

116117
signer, err := tokens.Issue(ctx, req)

0 commit comments

Comments
 (0)