You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect misconfiguration of bundle_endpoint_profile (spiffe#3395)
* Detect misconfiguration of bundle_endpoint_profile
Signed-off-by: Ryuma Yoshida <[email protected]>
Co-authored-by: Andrew Harding <[email protected]>
returnnil, errs.New("failed to authenticate bundle endpoint using web authentication but the server certificate contains SPIFFE ID %q: maybe use https_spiffe instead of https_web: %v", id, err)
85
+
}
86
+
}
75
87
returnnil, errs.New("failed to fetch bundle: %v", err)
fetchBundleErr: "failed to authenticate bundle endpoint using web authentication but the server certificate contains SPIFFE ID \"spiffe://domain.test/spiffe-bundle-endpoint-server\": maybe use https_spiffe instead of https_web:",
0 commit comments