Expose package iac/ folder and iac_blueprints in EPR - #1940
Draft
bhapas wants to merge 1 commit into
Draft
Conversation
…IaC patches when a package is pulled. Co-authored-by: Cursor <cursoragent@cursor.com>
💚 Build Succeeded
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Integrations will ship
iac/patches and materialized linked templates. EPR must serve those files when a package is pulled (GET /package/{name}/{version}/iac/...and the downloadable zip).This PR:
LoadAssetsincludesiac/files in packageassets(folder name has no hyphen, so it is not rejected).GET /package/{name}/{version}/{name:.*}) and zip archiver (full directory walk) to serve and packageiac/content.iac_blueprints(andprovider_permissions) on package / policy template / input / data stream JSON so Fleet/provisioner can discover patch metadata.Related
Test plan
Isolated tests in
packages/iac_test.gouse a temp-dir package (notestdata/package/churn):TestPackageLoadAssetsIncludesIac—NewPackage+LoadAssetslistsiac/account.cloudformation.patches.jsonandiac/account.cloudformation.jsonTestPackageIndexIncludesIaCBlueprints— package JSON includesiac_blueprintswith idaws/federated-identity/account/v1TestServePackageResourceIac—ServePackageResourcereturns 200 + JSON body for the patches fileTestArchivePackageIncludesIac— zip fromArchivePackagecontains bothiac/files