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
we are using Kuberpult v2.21.1 with AzureAuth configured and have problems with certain features in the UI ("display version" and "show configuration of environment"). For both we get the error "Authorization token not supplied". And if I check the requests sent, the Authorization header is missing (even though I can see the Azure tokens in the Session Storage).
Now I know v2.21.1 is an ancient version, but even if I look at the current code here:
returnnil, status.Errorf(codes.Unauthenticated, "Authorization token not supplied")
}
Am I missing something or is there a problem here (even in the current version) ?
We will be migrating to a new Kuberpult version some time this year, thus it would be nice to know if this issue will be fixed at some point or if I have a misunderstanding of the code here and the issue is already fixed (or maybe it just has a completely different reason).
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello there,
we are using Kuberpult v2.21.1 with AzureAuth configured and have problems with certain features in the UI ("display version" and "show configuration of environment"). For both we get the error "Authorization token not supplied". And if I check the requests sent, the Authorization header is missing (even though I can see the Azure tokens in the Session Storage).
Now I know v2.21.1 is an ancient version, but even if I look at the current code here:
kuberpult/services/frontend-service/src/ui/utils/store.tsx
Line 1298 in 0eca5e1
and here:
kuberpult/services/frontend-service/src/ui/utils/store.tsx
Line 164 in 0eca5e1
I don't see that the API Calls have the authHeader attached as was done in this PR for getCommitInfo:
#1526
kuberpult/services/frontend-service/src/ui/utils/store.tsx
Line 229 in 0eca5e1
kuberpult/services/frontend-service/pkg/interceptors/interceptors.go
Lines 44 to 49 in 0eca5e1
Am I missing something or is there a problem here (even in the current version) ?
We will be migrating to a new Kuberpult version some time this year, thus it would be nice to know if this issue will be fixed at some point or if I have a misunderstanding of the code here and the issue is already fixed (or maybe it just has a completely different reason).
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: