-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.6.0
-
None
-
7
-
Severity 3 - Minor
-
1
-
The following is being thrown into our Bamboo logs quite frequently
2015-04-09 13:49:02,457 INFO [http-bio-80-exec-98] [AccessLogFilter] 10.40.32.134 GET http://bamboo.starkey.com/rest/remote-event/1/status 1417666kb 2015-04-09 13:49:02,644 WARN [http-bio-80-exec-21] [AuthenticatorImpl] No executing user assigned for 2LO requests 2015-04-09 13:49:02,644 INFO [http-bio-80-exec-21] [AuthenticatorImpl] Authenticated app 'jira:6452512' as user 'null' successfully
This looks similar to FE-5126. Requests coming from JIRA along the app link are coming as "null", which is throwing these warnings. The apps authenticate just fine, but these warnings are thrown frequently ~ every 30 seconds
This is kind-of still a thing in 2023, is it?
We see a Problem with Jira 9.4.8 and Bamboo 9.3.1:
As a workaround we changed from "OAuth with Impersonation" to regular "OAuth" which helps, but is merely a workaround because it requires all Users to authorize, one by one.