Skip to content

Replace docker extractor AQL with less restrictive REST API calls #785

Open
@MarkRx

Description

The docker image extractor uses AQL. Depending on the Artifactory setup AQL may have tighter restrictions than other API endpoints. This could be replaced with a less restrictive API call such us using the list files endpoint.

AQL:
items.find({"path":"mypath","repo":"myrepo"}).include("name","repo","path","actual_sha1","virtual_repos")

Describe the solution you'd like to see
Use the file list API endpoint instead of an AQL search.

Describe alternatives you've considered
Loosening restrictions on AQL access.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    feature requestSuggest an idea for this project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions