Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Jazz Security and Project Areas

Once you have authorized a user to a jazz repository (read and write access), does that user now have full access to all of the project areas in the repository?

I've setup my Jazz server running under WebSphere and LDAP. I authorized a new user to the repository. I was very surprised to see that that new user could access any of the project areas, and even make themselves a team leader of any project area. Is this a limitation of the beta? (I'm using beta1 update 1) or have I set something up wrong?

0 votes



One answer

Permanent link
The fact that they can see the project area is a current limitation.

The fact that they can make themselves a team leader is configurable in
process permissions. The process specification in the project area
contains a section which looks like so:

<static>
<role id="default">
<static-operation id="com.ibm.team.process.server.saveProjectArea">
<permissions>
<action id="any"/>
</permissions>
</static-operation>
</role>
</static>

This particular configuration says that anyone can make any change to
the project area. If you want to change this so that only team leads can
modify the project area, for example, you would simply change the
"default" to "teamlead".

- Jared


karasiuk wrote:
Once you have authorized a user to a jazz repository (read and write
access), does that user now have full access to all of the project
areas in the repository?

I've setup my Jazz server running under WebSphere and LDAP. I
authorized a new user to the repository. I was very surprised to see
that that new user could access any of the project areas, and even
make themselves a team leader of any project area. Is this a
limitation of the beta? (I'm using beta1 update 1) or have I set
something up wrong?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 08 '07, 12:39 p.m.

Question was seen: 7,227 times

Last updated: Aug 08 '07, 12:39 p.m.

Confirmation Cancel Confirm