[Feature] Validation of Flyte fields to create new projects #519
Labels
enhancement
New feature or request
stale
untriaged
This issues has not yet been looked at by the Maintainers
Motivation: Why do you think this is important?
In a previous PR, I added the capability for teams using Flyte to inject custom labels onto their projects, e.g. "slack" => "#machinelearning" or "email" => "[email protected]". This is useful for adding metadata to projects. However, one problem we have observed is that it's difficult to keep these labels up to date (and populated) if there is not some logic that organizations can add to the Flyte Admin control plane to disallow creation of new projects should labels not be included.
Goal: What should the final outcome look like, ideally?
A generic piece that organizations can use to add validation to the labels on a Flyte project. e.g. being able to require that all projects in your organization have a Slack channel attached.
Describe alternatives you've considered
The alternative is to build an external system to Flyte that monitors for changes, i.e. new projects without a Slack, and alerts.
Flyte component
[Optional] Propose: Link/Inline
Draft: flyteorg/flyteadmin#119
Is this a blocker for you to adopt Flyte
This feature will be very useful.
The text was updated successfully, but these errors were encountered: