Expand my Community achievements bar.

SOLVED

AEM as Cloud service OSGI console permission to developers

Avatar

Level 1

Hi Devs,
In AEMasCS  the developers can have access to OSGI console in higher environments ,
Can we restrict only to OSGI console access to a user?  (limited access to /apps and /content?)

Since developers can push osgi changes through code , do they need console access ?

Thanks,
Ranju

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 6

@RenjuSh 

As others rightly mentioned, users can have read only access to OSGI configurations

This can be used to verify the configurations after deployment is done

The only way the OSGI configurations values can be updated is through code deployment or using environment variables in cloud manager

View solution in original post

6 Replies

Avatar

Level 4

In AEMaacs , devs dont need osgi console access and it is also not accessible to developers on cloud author environment . we just have developer console access in cloud. 

so the only way to push osgi configurations are through code

 

Thanks

Avatar

Community Advisor

You really don’t need to restrict the developer console access in aem cloud service since it’s only provide a read only access. There might be the use case the OSGI configs are pushed via code and developers need to check if it’s updated or not. Developer console not only provides access to OSGI configs but others configuration as well like bundles, package information.

Avatar

Correct answer by
Level 6

@RenjuSh 

As others rightly mentioned, users can have read only access to OSGI configurations

This can be used to verify the configurations after deployment is done

The only way the OSGI configurations values can be updated is through code deployment or using environment variables in cloud manager

Avatar

Level 2

@RenjuSh 

 

In AEMaacs , devs dont need osgi console access and it is also not accessible to developers on cloud author environment . we just have developer console access in cloud. 

so the only way to push osgi configurations are through code

Avatar

Administrator

@RenjuSh Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!  



Kautuk Sahni