March 15, 2020
Estimated Post Reading Time ~

Manage OSGi Console / Felix Console Permissions.

By default, only user 'admin' has got access to OSGi console / Felix Console.

You would probably need to give permission to some more users who can access this console but don't want to share the admin password with them.

But this provides access to those users doesn't seem to be possible from /user admin console of AEM, as it manages rights on repository content specifically and it doesn't have any option of OSGi console.

So, If you are in the same scenario, you can follow the below steps :
1. Create a group through /user admin console of AEM, e.g osgi_console_admin
2. Add the user to whom you want to provide access to the OSGi console.
3. Go to Apache Sling Web Console Security Provider configuration in OSGi console through admin user.
http://host:port/system/console/configMgr/org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider

4. Add the created group name in the configurations and save.

5. You can also add username directly, but it is not a recommended approach.

Quick Tip: To change the password of the admin user for Felix console , you can simply change the password of the admin user present in /useradmin console.







By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.