Issue
When I log in with my User in the operations center and I click on any given controller, I am successfully redirected to the controller dashboard, but my login session is not preserved. I have to click on the Log in
button in the top right corner and automatically I am logged in with the same User as in the CJOC without entering credentials.
Resolution
When using RBAC, this is caused by the authenticated
role, that has been granted with the permission Overall/Read
. At the moment that you stop granting Overall/Read
to the authenticated
role, this misbehavior disappears and the login session is correctly propagated from operations center to the controller without any additional action like clicking in the Log in
button at the controller dashboard.
This is currently tracked by the internal CloudBees ticket BEE-53916
.