Permission error on user profile page after adding SSH key

Miscellaneous

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

After adding SSH key on user profile page, the page load with permission error.

The following appears in the atlassian-stash.log with debug logging:

2013-03-25 11:50:20,318 DEBUG [http-bio-7990-exec-737] 0123 710x9052x1 199drao 43.9.31.202,43.2.136.66 "GET /admin/users/more-members HTTP/1.1" c.a.s.r.e.ServiceExceptionMapper Mapping ServiceException to REST response 401
com.atlassian.stash.exception.AuthorisationException: You are not permitted to access this resource
	at com.atlassian.stash.internal.aop.ExceptionRewriteAdvice.afterThrowing(ExceptionRewriteAdvice.java:35) ~[stash-platform-2.0.3.jar:na]
	at sun.reflect.GeneratedMethodAccessor1326.invoke(Unknown Source) ~[na:na]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_15]
	at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_15]
	at org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.invokeHandlerMethod(ThrowsAdviceInterceptor.java:144) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]

Cause

This is a bug in Stash when the username is a numeric starting with zero:  STASH-3285 - Getting issue details... STATUS

Resolution

Upgrade to Stash 2.3.1+

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.