Closed mrodm closed 1 month ago
Closes https://github.com/elastic/package-registry/issues/1238 Closes https://github.com/elastic/package-registry/issues/1243
Expose policy_templates_behavior and the deployment_modes for the policy templates (if any) in both search and package endpoints.
policy_templates_behavior
deployment_modes
config.yml
eval "$(gvm $(cat .go-version))" go run . -config config.yml
curl -s "http://127.0.0.1:8080/search?package=deployment_modes&prerelease=true" curl -s "http://127.0.0.1:8080/package/deployment_modes/0.0.1/"
cc @mrodm
Closes https://github.com/elastic/package-registry/issues/1238 Closes https://github.com/elastic/package-registry/issues/1243
Expose
policy_templates_behavior
and thedeployment_modes
for the policy templates (if any) in both search and package endpoints.How to test
config.yml
from the repo):