Setup
JupiterOne provides a managed integration for JFrog Artifactory. The integration connects directly to JFrog Artifactory API to obtain configuration metadata and analyze resource relationships.
Data Model
Entities
The following entities are created:
Resources | Entity _type |
Entity _class |
---|---|---|
AccessToken | artifactory_access_token |
Key , AccessKey |
Account | artifactory_account |
Account |
ArtifactCodeModule | artifactory_artifact_codemodule |
CodeModule |
Build | artifactory_build |
Configuration |
Group | artifactory_group |
UserGroup |
Permission | artifactory_permission |
AccessPolicy |
PipelineSource | artifactory_pipeline_source |
CodeRepo |
Repository | artifactory_repository |
Repository |
RepositoryGroup | artifactory_repository_group |
Group |
User | artifactory_user |
User |
Relationships
The following relationships are created/mapped:
Source Entity _type |
Relationship _class |
Target Entity _type |
---|---|---|
artifactory_access_token |
ASSIGNED | artifactory_user |
artifactory_account |
HAS | artifactory_access_token |
artifactory_account |
HAS | artifactory_group |
artifactory_account |
HAS | artifactory_pipeline_source |
artifactory_account |
HAS | artifactory_repository |
artifactory_account |
HAS | artifactory_repository_group |
artifactory_account |
HAS | artifactory_user |
artifactory_build |
CREATED | artifactory_artifact_codemodule |
artifactory_group |
HAS | artifactory_user |
artifactory_permission |
ALLOWS | artifactory_build |
artifactory_permission |
ALLOWS | artifactory_repository |
artifactory_permission |
ALLOWS | artifactory_repository_group |
artifactory_permission |
ASSIGNED | artifactory_group |
artifactory_permission |
ASSIGNED | artifactory_user |
artifactory_repository |
HAS | artifactory_artifact_codemodule |
Comments
0 comments
Please sign in to leave a comment.