Closed
Description
openedon 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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment