Security Considerations
To ensure approvers and reviewers can always view the object identity and context information in the summary violators and version mismatch reports, the Administrators must add the following properties in the Windchill/codebase/wt.properties file:
Summary violators report:
com.ptc.windchill.wp.readiness.summaryViolator.showAllDisplayIdentity=true
Version mismatch report:
com.ptc.windchill.rd.readiness.versionMismatchReport.showAllDisplayIdentity=true
These reports capture issues with the data, and it is important to investigate the problematic data to initiate corrective action in an efficient way. These properties enable users, who are part of the Replication Authority group, to see the identity information even if they do not have access to view the entire object. Administrators should be cautious and aware of this allowed visibility, prior to adding users to this group.
Additionally, the Administrators can configure the following property to bypass access checks, so that the import operation does not fail, even if the user performing the import does not have adequate access to the links which are to be removed during import:
com.ptc.windchill.rd.readiness.removeAssociationsWithoutAccessCheck
Isto foi útil?