Failed to issue SAML token" err="POST \"/sts/STSService\": 404 Not Found" when using vcsim do local testing #3205
Closed
lubronzhan
started this conversation in
General
Replies: 1 comment
-
Oh missing these
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to add saml auth to CAPV, it use vcsim to do local testing
But got below error when trying to get token
Example code of requesting token
I checked govmomi repo also use this
govmomi/sts/client_test.go
Line 117 in c6a9ac8
The test does has
b.model.Service.RegisterEndpoints = true
set to registry all API.https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/test/helpers/vcsim/builder.go#L49-L65
Wonder what else could I miss
Beta Was this translation helpful? Give feedback.
All reactions