How to load only files which are approved
Sensitive information should not be loaded if not approved to be download.
For example, encoding/decoding logics.. I'd like to know how to make it. Mine is that... - create a load rule based on the files that are approved. - create a respository workspace or reuse one - attache the load rule to that repository workspace - but not allow others to modify the configuration and load rule of that repository workspace I'd like know how feasible these are or any other ideas on this... |
One answer
There is no real way to enforce this at the file level, any trick you manage to implement for load will still not be enforced for general read permissions (eg, anyone can read the files). However, read permissions can be controlled at the component level, so you can have private components with code what isn't approved for all users, and then they get moved to the public component when they become approved?
|
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.