Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/package endpoint not providing owner.type #1126

Closed
ebeahan opened this issue Dec 11, 2023 · 2 comments
Closed

/package endpoint not providing owner.type #1126

ebeahan opened this issue Dec 11, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ebeahan
Copy link
Member

ebeahan commented Dec 11, 2023

#1115 added owner.type and released in v1.23.0. However the field is still not included in ERP's response:

EPR prod version:

$ curl -sL https://epr.elastic.co/
{
  "service.name": "package-registry",
  "service.version": "1.23.0"
}

Searching for 1password:

$ curl -sL https://epr.elastic.co/package/1password/1.26.0/ | jq '.owner'
{
  "github": "elastic/security-external-integrations"
}
@jsoriano
Copy link
Member

Hey @ebeahan, thanks for opening the issue. We are investigating the problem, everything seems to be fine with the package and the registry, but some index that the registry uses seems to be outdated, we are going to try to update it.

@jsoriano jsoriano self-assigned this Dec 12, 2023
@jsoriano
Copy link
Member

Issue fixed after reindexing the packages:

$ curl -sL https://epr.elastic.co/package/1password/1.26.0/ | jq '.owner'
{
  "type": "partner",
  "github": "elastic/security-external-integrations"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants