GitHub user what-is-a-theostack edited a comment on the discussion: Utilizing Kraft based Kafka in Kubernetes Deployment
Hey @dominikriemer, I've found what seems to be a possible bug in Service User authentication between the extensions service and the backend. I spun up the installer in its current state and found the same errors occurring. The errors are: ```bash 2025-02-18T18:35:50.770Z ERROR 1 --- [nio-8030-exec-7] .a.s.s.b.s.UnauthorizedRequestEntryPoint : Unauthorized request to /api/v2/extensions-services 2025-02-18T18:35:53.788Z ERROR 1 --- [nio-8030-exec-8] o.a.s.s.c.f.TokenAuthenticationFilter : Could not set user authentication in security context ``` My question is whether the authentication is actually necessary or is this just a deprecated functionality? I spun up the "full" environment with cli and it doesn't look like the extensions container bothers with the Service User creation and authentication at all. **edit:** Removing the service user from the kubernetes components has no effect and produces the same errors. GitHub link: https://github.com/apache/streampipes/discussions/3476#discussioncomment-12240741 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
