JFrog Data Processing
Zluri fetches the list of users and activities from Jfrog . This article explains how you can validate the Jfrog users presented in Zluri.
How Zluri fetches the data:
Zluri calls the following API to fetch the list of users.
https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-GetUsers
Status Mapping:
Users with status = 'ENABLED', are marked with User Application Status = Active.
Users with Status = 'LOCKED', are marked with User Application Status = Suspended.
Users with status = 'DISABLED' are marked with User Application Status = 'Inactive'
Users coming from earlier syncs but not in the most recent sync are marked as User Application Status = Inactive
How to validate the data
Please visit 'Settings' -> 'User Management' on the top right corner. Filter by Status = 'ENABLED' to the find the list of active users which will match with filters User Application Status = 'Active' and Source Filter = 'JFrog'
Updated 3 months ago