We have developed some custom REST API which make calls to Crucible/Fisheye
In Previous versions 2.8.1 we use to call REST as follows
1. Get /rest-service/auth-v1/login call and retrieve token
2. Call the REST API through Jersey webResource.header("Cookie", "remember=" + token) and it used to work
3. But now we have done integration of crucible with crowd with custom crowd token key .
When I pass the crowd token key it works.
if I dont pass the crowd token key it fails...
Did something change in 2.10.0
I noticed some changes too. With 2.8 I could call repositoryAdminService.create in my anonymous REST API implementation, in 2.10 I get:
com.atlassian.crucible.spi.services.NotPermittedException: You are not authorized to perform this operation
at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.ensureAdminPermission(DefaultRepositoryAdminService.java:1269)
What changed and how are we supposed to get AdminPermissions?
Regards
Matthias
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.