Book a Demo

Author Topic: Security granularity  (Read 3010 times)

ssands

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Security granularity
« on: March 06, 2015, 08:34:58 am »
Is it possible to grant security permissions to a user to modify the contents of one package but not another?

Or, if a user has permissions to edit, they can edit elements in all packages?

Thanks!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Security granularity
« Reply #1 on: March 06, 2015, 06:05:08 pm »
Yes, but there are ways around that.
You could use group locks, allowing only one group to edit a certain package.
Or you could use an external version control system (SVN, TFS,...)
Then in the version control system you can define who has the rights to checkout which part.

Geert

ssands

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Re: Security granularity
« Reply #2 on: March 07, 2015, 04:16:59 am »
Thanks! (Again).

I must have missed reading about group locks...I"ll go check that out. Also, we are using SVN so I might check that out, but if I can do it in EA, I'll try for that first.