← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:lp-fetch-service-adding-craft-v1 into ~launchpad/launchpad-mojo-specs/+git/private:master

 

Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:lp-fetch-service-adding-craft-v1 into ~launchpad/launchpad-mojo-specs/+git/private:master.

Commit message:
lp-fetch-service: craft v1 to allowed url for store.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/494716
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-mojo-specs/+git/private:lp-fetch-service-adding-craft-v1 into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 77d1899..3f70b05 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -70,6 +70,7 @@ applications:
             urls:
               - https://api.staging.snapcraft.io:443/v2/bins/info/**
               - https://api.staging.snapcraft.io:443/v2/revisions/resolve
+              - https://api.staging.snapcraft.io:443/v1/craft/**
 
           bldbin:
             urls:

Follow ups