how to provide access to Felix console other than admin user? | Community
Skip to main content
GK-007
New Participant
October 16, 2015
Solved

how to provide access to Felix console other than admin user?

  • October 16, 2015
  • 4 replies
  • 1564 views

Hi All,

i have created new user and and added to Administrator group but when i am trying to access Felix console by this user ,it's not allowing me.

How to resolve this issue,

 

Thanks,

GK

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gurpreetsingh
By default only admin user has access to the Felix console. You can add more users/groups from the config :
 
/system/console/configMgr/org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider

Also note that OSGi Console doesn't have any notion of RBAC (Role-based_access_control) – once you have access to it, you can do everything. 

4 replies

gurpreetsinghAccepted solution
Employee
October 16, 2015
By default only admin user has access to the Felix console. You can add more users/groups from the config :
 
/system/console/configMgr/org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider

Also note that OSGi Console doesn't have any notion of RBAC (Role-based_access_control) – once you have access to it, you can do everything. 
New Participant
October 16, 2015


Hi All,

I have few doubts which seem to be related to the discussed topic.

Also, is there any other configuration change we can make so that non-admin users(probably system administrators) can see/perform operations(say clear,force retry) on workflows(stale/running/paused etc).

New Participant
October 16, 2015

Hi All,

Any thoughts on this will be helpful.

GK-007
GK-007Author
New Participant
October 16, 2015

askdctm wrote...

Hi All,

Any thoughts on this will be helpful.

 

Have you tried creating user,creating a group and assign ACLs as administrator group then assign group to workflow task.

Let me know if this works or not.