-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enforce Flipper feature flag in ApplicationController
•Added Flipper validation to ApplicationController spec to ensure API access is blocked when :accredited_representative_portal_pilot is disabled. •Modified tests to check that the feature flag takes priority over authentication. •Ensured existing authentication tests remain intact, validating correct behavior when the flag is enabled. •If Flipper is disabled, requests now return 403 Forbidden before checking tokens or audience validation.
- Loading branch information
Showing
1 changed file
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters