UNCLASSIFIED - NO CUI

Update S3 stage to import IBFE data through api instead of pushing data to S3

This template is ONLY used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission.

Current Behavior

To update IBFE with new container data, we push updated repo_map.json files to S3 where they can consume.

Purpose

IBFE is attempting to move to a database to hold their container data, so we'd like to move to using their api to update/add container data.

Plan

  • [ ] Remove everything related to updating/uploading the repo map
  • Refactor S3 stage to use the api
    • Design IBFE module
    • Create IBFE module
    • Use IBFE module to add container data through IBFE api
  • Test in staging

Acceptance Criteria

  • Pipeline uses IBFE api instead of S3 to update/add container data
  • Functionality is tested successfully in staging
Edited by Christopher Vernooy