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
Hi,
I have installed report portal helm chart and it's dependencies, all the pods are in green. However i'm unable to login to the portal using default/1q2w3e credentials, getting 403 Forbidden error.
Where does default credentials store?
uat pod logs: 2023-03-07 07:35:25.603 DEBUG 1 --- [nio-9999-exec-6] o.s.security.web.FilterChainProxy : Securing POST /uat/sso/oauth/token 2023-03-07 07:35:25.604 DEBUG 1 --- [nio-9999-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext 2023-03-07 07:35:25.604 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Failed to authorize filter invocation [POST /uat/sso/oauth/token] with attributes [authenticated] 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.Http403ForbiddenEntryPoint : Pre-authenticated entry point called. Rejecting access 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request 2023-03-07 07:35:25.606 DEBUG 1 --- [nio-9999-exec-6] o.s.security.web.FilterChainProxy : Securing POST /error
Note: I disabled minio since it was throwing exception in uat and service-api pods and pods were unable to start.
Versions:
Any help would be appreciated.
Thanks
Parasappa
The text was updated successfully, but these errors were encountered:
Note: I disabled minio since it was throwing exception in uat and service-api pods and pods were unable to start.
To be clear, it sounds like you disabled Minio because (not it, but) the User AuThentication and API services were throwing exceptions, presumably from their failure to connect with Minio. Since the errors were likely from not accessing Minio, it doesn't make sense that removal of Minio would resolve this situation.
Hi,
I have installed report portal helm chart and it's dependencies, all the pods are in green. However i'm unable to login to the portal using
default/1q2w3e
credentials, getting 403 Forbidden error.Where does default credentials store?
uat pod logs:
2023-03-07 07:35:25.603 DEBUG 1 --- [nio-9999-exec-6] o.s.security.web.FilterChainProxy : Securing POST /uat/sso/oauth/token 2023-03-07 07:35:25.604 DEBUG 1 --- [nio-9999-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext 2023-03-07 07:35:25.604 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Failed to authorize filter invocation [POST /uat/sso/oauth/token] with attributes [authenticated] 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] o.s.s.w.a.Http403ForbiddenEntryPoint : Pre-authenticated entry point called. Rejecting access 2023-03-07 07:35:25.605 DEBUG 1 --- [nio-9999-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request 2023-03-07 07:35:25.606 DEBUG 1 --- [nio-9999-exec-6] o.s.security.web.FilterChainProxy : Securing POST /error
Note: I disabled minio since it was throwing exception in uat and service-api pods and pods were unable to start.
Versions:
Any help would be appreciated.
Thanks
Parasappa
The text was updated successfully, but these errors were encountered: