-
Task
-
Resolution: Done
-
Undefined
-
None
-
3
Goal:
HMS-2245Will add a new parameter for repo listing 'origin', which signifies if a repo is a custom repo or a red hat repo. We need to roll this out slowly and give IB & Edge time to start using it- We should utilize a feature flag for this
Acceptance Criteria: - (3) Create a feature flag "use_filtered_repo_listing". When this is false, the repo listing api would behave as it does today (only custom would be used). If true, it would return all repos if origin is not specified, and would honor the origin param
- if the feature flag does not exist, it should behave as if it is set to true (such as ephemeral)
- This would need to be cached in Redis, with some sort of fairly long timeout (10 minutes?)