✈️ Devise new image upload system (including image scanning) #2901
Labels
✈️ Airflow Migration Epic (Epic #2843)
data-platform-apps-and-tools
This issue is owned by Data Platform Apps and Tools
enhancement
enhancing an existing feature
stale
User Story
As an… Airflow Maintainer
I need/want/expect to… have users upload images to airflow that are secure
So that… I can run a platform where we are confident that user code is safe to execute.
Value / Purpose
Users can currently upload images they build themselves, which allows users to self-service update their images while in development. In order to continue to follow best practice, we should create an image upload mechanism that surfaces security outcomes to users directly, so they can act on the information provided.
Useful Contacts
No response
User Types
No response
Hypothesis
No response
Proposal
No response
Additional Information
This is the current image upload mechanism. It functions by having repository level secrets stored in the template
r
andpython
repos, which then are available in user repositories based on this repo. This code is largely unchanged since its inception, and should be used as a reference, and not a template for the future action.Definition of Done
The text was updated successfully, but these errors were encountered: