Book a Demo

Author Topic: Restrict read access to repository packages  (Read 3845 times)

GBeutler

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Restrict read access to repository packages
« on: April 18, 2008, 04:50:00 am »
Hi All,

I would need a kind of security. I studied the docs already. What I am missing is to restrict read access to packages. Only groups or userers should be allowed to access packages of a repository. In security docs I found that I can restrict update, export etc. but not restriction of read access. There is another task about organizing huge repositories. Maybe that dividing the repository is the solution. My problem in this case would be that the same svn xmi export would be accessed by several db repositories. Has anybody experience with this kind of version control and repository separation?
Thanks in advance and

best regards,

Guido
« Last Edit: April 18, 2008, 04:50:22 am by GBeutler »

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Restrict read access to repository packages
« Reply #1 on: April 21, 2008, 10:20:33 pm »
We have them and it is problematic. EA has no response for read permissions per package.
We are working with some start-up company to supply  some kind of "views" mechanism over EA.
You can try this mail:
levita dot gal at g mail dot com
Recursion definition:
If you don’t understand the definition read "Recursion definition".

magnus-e

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Restrict read access to repository packages
« Reply #2 on: April 24, 2008, 09:23:09 pm »
If you use a private repository model you should be able to solve this using your version management system, ie Perforce or whatever restrict read access to the XML-files representing the specific package that some users should not be allowed to access...
If you use a shared repository model you will however need support for this in EA since as it is today the first time a user with read access to the "secret package" imports it to the model it will be visible to everybody  :-X
« Last Edit: April 24, 2008, 09:24:15 pm by magnus-e »

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Restrict read access to repository packages
« Reply #3 on: April 26, 2008, 04:24:03 am »
yep, that meaning I would have to create a new configuration/EAP/DB for each type of group with different read access...real fun...
Recursion definition:
If you don’t understand the definition read "Recursion definition".