You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bloodhound.apache.org by Sathishkumar Duraisamy <be...@gmail.com> on 2015/01/30 12:58:16 UTC

Permissions for multiproduct

Hi,

I looking for permissions for users based on the project. I would like to
have permissions for viewing the progress, wiki, source code and other
stuffs based on project. That is every user should not able to see or even
know different products that are going on.

I don't know whether it is already there. If it so, could you please help
me to achieve the same.

-- 
Regards,
Sathishkumar D

Re: Permissions for multiproduct

Posted by Olemis Lang <ol...@gmail.com>.
On 1/30/15, Sathishkumar Duraisamy <be...@gmail.com> wrote:
> On Fri, Jan 30, 2015 at 10:22 PM, Ryan J Ollos <rj...@apache.org> wrote:
>
>> On Fri, Jan 30, 2015 at 3:58 AM, Sathishkumar Duraisamy <
>> bewithsathish@gmail.com> wrote:
>>
>> > Hi,
>> >
>> > I looking for permissions for users based on the project. I would like
>> > to
>> > have permissions for viewing the progress, wiki, source code and other
>> > stuffs based on project. That is every user should not able to see or
>> even
>> > know different products that are going on.
>> >
>> > I don't know whether it is already there. If it so, could you please
>> > help
>> > me to achieve the same.
>> >
[...]
>>
>> I'll assume you are running the latest, Bloodhound 0.8. You can assign
>> permissions within the context of a Product from the Admin page. For a
>> user
>> with TRAC_ADMIN permission, navigate to Admin in the More dropdown on the
>> navigation bar. You can then select the product and navigate to the
>> Permissions page to assign permissions for only that product. Note that
>> it's also possible to assign permissions at global scope, which apply to
>> all products.
>>
[...]
>>
>> - Ryan
>>
>
> Thanks Ryan. I am running 0.8 version. I am able to locate the
> Product-Scope Permissions and able to change the permissions.
>
[...]

JFTR it is also possible to manage product permissions from the
command line (useful for e.g. sys admins) by executing a command
similar to this

{{{#!sh

$ trac-admin /path/to/bh/env product admin PRODUCT_PREFIX permission
add SUBJECT ACTION

}}}

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

Re: Permissions for multiproduct

Posted by Sathishkumar Duraisamy <be...@gmail.com>.
On Fri, Jan 30, 2015 at 10:22 PM, Ryan J Ollos <rj...@apache.org> wrote:

> On Fri, Jan 30, 2015 at 3:58 AM, Sathishkumar Duraisamy <
> bewithsathish@gmail.com> wrote:
>
> > Hi,
> >
> > I looking for permissions for users based on the project. I would like to
> > have permissions for viewing the progress, wiki, source code and other
> > stuffs based on project. That is every user should not able to see or
> even
> > know different products that are going on.
> >
> > I don't know whether it is already there. If it so, could you please help
> > me to achieve the same.
> >
> > --
> > Regards,
> > Sathishkumar D
> >
>
> I'll assume you are running the latest, Bloodhound 0.8. You can assign
> permissions within the context of a Product from the Admin page. For a user
> with TRAC_ADMIN permission, navigate to Admin in the More dropdown on the
> navigation bar. You can then select the product and navigate to the
> Permissions page to assign permissions for only that product. Note that
> it's also possible to assign permissions at global scope, which apply to
> all products.
>
> If you have any trouble locating the Product-Scope Permissions Admin page,
> please let me know and I'll send more details instructions, perhaps a
> screen capture or two, once I'm sitting at a computer where I have access
> to a Bloodhound 0.8 instance.
>
> - Ryan
>

Thanks Ryan. I am running 0.8 version. I am able to locate the
Product-Scope Permissions and able to change the permissions.

-- 
Regards,
Sathishkumar D

Re: Permissions for multiproduct

Posted by Ryan J Ollos <rj...@apache.org>.
On Fri, Jan 30, 2015 at 3:58 AM, Sathishkumar Duraisamy <
bewithsathish@gmail.com> wrote:

> Hi,
>
> I looking for permissions for users based on the project. I would like to
> have permissions for viewing the progress, wiki, source code and other
> stuffs based on project. That is every user should not able to see or even
> know different products that are going on.
>
> I don't know whether it is already there. If it so, could you please help
> me to achieve the same.
>
> --
> Regards,
> Sathishkumar D
>

I'll assume you are running the latest, Bloodhound 0.8. You can assign
permissions within the context of a Product from the Admin page. For a user
with TRAC_ADMIN permission, navigate to Admin in the More dropdown on the
navigation bar. You can then select the product and navigate to the
Permissions page to assign permissions for only that product. Note that
it's also possible to assign permissions at global scope, which apply to
all products.

If you have any trouble locating the Product-Scope Permissions Admin page,
please let me know and I'll send more details instructions, perhaps a
screen capture or two, once I'm sitting at a computer where I have access
to a Bloodhound 0.8 instance.

- Ryan