[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
restricting access to hobbit
- To: hobbit (at) hswn.dk
- Subject: restricting access to hobbit
- From: "Phil Wild" <philwild (at) gmail.com>
- Date: Thu, 15 Nov 2007 13:56:18 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=aPl3NKuRqPOSMjpPIExJVn5V+PRLTbYjMUZv0gKqhAo=; b=r3nzl108XL2XhqebkhQ2F+3Raxe41dNmS4kKa5aDOHkcIa7oYKNYI3zaiOkUpjVYJclekk4J/WSs7y5W8XBJ+qKFqVy0XjkjfvOsNvAFSkH+W8uLVrIT2WYIjfCdyjJ8fWg9EUcdnEJxYKGdz5X0jK7Ff7qH6kJZLG5RdaKYSd4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=A31/xEjS3HdMETVMOVp9kVtvYptPNEjy28vZvYLwdXzCpTO8sc76O6dPf89kCr5qU/OGq0K1n1gmrGKJDAu1+yMS/PrQu+jD6VCC83qb/Hbd9w/GcgzMCnfm/jviNaMGdcbQWj5WxWI5hqjbkY/5qr2swh+q2H3C95U9/lG7pew=
Hello,
I am looking at setting up hobbit to manage two groups of hosts. I would
prefer to just deploy one hobbit installation for both groups. For most of
the hobbit web pages, Apache security solves a lot of the browsing issues
but the cgi-bin executables and menus are the problem.
I want to make sure one group don't have access to see or make changes to
the other groups hosts.
The areas I see a problem with are:
hobbit-enadis.sh
bb-findhost.sh
hobbit-confreport.sh
I would like to restrict the above to only work with a subset of hosts
(perhaps a tag in the bbhosts file)
The reports generate web pages on the fly and drop the user at the top level
page which is not what I would prefer (each group have their own top level
page etc.)
All nongreen view is also an issue
and lastly, manually modifying the URL based on bb-hostsvc.sh to get to a
web page for a host in the other groups list is also a problem.
Any ideas how I can address this?
Thanks
Phil