Loading
feat(fm): allow plain-HTTP partner endpoints behind an explicit flag
FM validates partner token endpoints and base URLs as https-only. Local dev stacks have no TLS, so federating two FMs on localhost is impossible without certs. Add FM_ALLOW_INSECURE_PARTNER_ENDPOINTS (default false) that relaxes the scheme check in the token provider and EWBI client. Never enable outside development.