Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions baton/artifactory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ sidebarTitle: "JFrog Artifactory"

| Resource | Sync | Provision |
| :--- | :--- | :--- |
| Account | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |
| Group | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |
| Repository | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |
| Account | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Administrator | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Group | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Repository | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |

**Additional functionality:**

*None.*
- **Create user accounts** — Provision new Artifactory users with a randomly generated password.
- **Delete user accounts** — Remove users from Artifactory.
- **Grant/revoke Administrator role** — Assign or remove the platform admin flag on a user.
- **Grant/revoke group membership** — Add or remove users from Artifactory groups.
- **Grant/revoke repository permissions** — Manage per-repository permissions (Read, Write, Delete, Manage, Annotate, Managed Xray Metadata) for both users and groups. Permissions are managed via baton-owned permission targets.

**Known limitations:**

- Repository permissions granted via pre-existing Artifactory permission targets (not created by C1) cannot be revoked through this connector. Only permissions provisioned by C1 can be revoked.
- When a user inherits a repository permission from multiple groups, the connector attributes the grant to one group.

## Gather Artifactory configuration information

Expand Down
2 changes: 1 addition & 1 deletion baton/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ og:description: "A quick reference for how each connector can be set up and what
| [Airflow](/baton/airflow) | <Icon icon="cloud" /> <Icon icon="plug" /> | <Icon icon="key" /> <Icon icon="user" /> <Icon icon="face-confused" /> | |
| [Amazon EKS](/baton/eks) | <Icon icon="cloud" /> <Icon icon="plug" /> | | |
| [ArgoCD](/baton/argo-cd) | <Icon icon="plug" /> | <Icon icon="key" /> <Icon icon="user" /> | <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style={{display: 'inline-block', verticalAlign: 'middle'}}><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> |
| [Artifactory](/baton/artifactory) | <Icon icon="cloud" /> <Icon icon="plug" /> | | |
| [Artifactory](/baton/artifactory) | <Icon icon="cloud" /> <Icon icon="plug" /> | <Icon icon="key" /> <Icon icon="user" /> <Icon icon="face-confused" /> | |
| [Asana](/baton/asana) | <Icon icon="cloud" /> <Icon icon="plug" /> | <Icon icon="key" /> <Icon icon="user" /> | |
| [Atlassian](/baton/atlassian) | <Icon icon="cloud" /> <Icon icon="plug" /> | <Icon icon="key" /> <Icon icon="user" /> | |
| [Auth0](/baton/auth0) | <Icon icon="cloud" /> <Icon icon="plug" /> | <Icon icon="key" /> | |
Expand Down
Loading