-
1. Re: How to impose role based security through management objects/profile service
mazz Jan 8, 2010 4:09 PM (in response to rareddy)I can tell you how JON does it. The security model is wrapped around the abstract management model (in other words, JON relies on its own security mechanism, as opposed to relying on JBossAS security to do things like prohibit invoking operations or configuring things - this is how JON allows for the same security model to secure all types of managed resources in a generic way).
http://rhq-project.org/display/JOPR2/Security+Model
That link shows the different times of security permissions you can get. So, its possible you can view a resource but you can't do things like configure it or run operations on it. But again, this is at a layer above JBossAS (its at the management platform layer).
I'm not sure if this is helpful, but that's what it is wrt JON.
-
2. Re: How to impose role based security through management objects/profile service
emuckenhuber Jan 11, 2010 5:42 AM (in response to rareddy)1 of 1 people found this helpfulFrom the profileservice side we don't provide any further options to configure security. It is something to think about adding, but it's more on the long term roadmap. For now management-clients would have to provide this additional security.
The link you posted about remote access to ProfileService seems to be out of date. I need to validate that, but AFAIK you don't need to specify the SecureProfileService anymore. Security can be enabled with some server side settings using the same references - i'll update that. Thanks!
-
3. Re: How to impose role based security through management objects/profile service
anil.saldhana Jan 11, 2010 10:23 AM (in response to rareddy)We should discuss further about utilizing RBAS facilities available via JBoss Security for your needs.1 of 1 people found this helpful -
4. Re: How to impose role based security through management objects/profile service
rareddy Jan 11, 2010 12:19 PM (in response to anil.saldhana)Thank you for very helpful answers.
Although integration with JON might solve some of the problems, it does not solve all the issues for Teiid. Teiid provides same functionality that is exposed through profile service also through Admin API, thus having two different security models on both management interfaces is not really I want to do.
+1 for providing security integration through management framework so that all management tools can enforce same security profile.
Anil: we are already using JBoss Security, can you point me any info as to what you are suggesting.
Thanks.
Ramesh..