Resolve "Allow testing AI features after the cut_off date on Gitlab.com staging environment"
What does this MR do and why?
The Staging is the same as .com and it doesnt communicate with CDOT at all. It is using the data from access_data.yml file.
We need a way to simulate/test how the system behaves after the cut_off date for new AI features on Staging.
This MR introduces feature flags per service name. When enabled it would simulate that the cut_off date has passed and that the service does not have free_access?
anymore
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #479121 (closed)