-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uml 3764 remove one login feature flag #3032
Conversation
# Conflicts: # terraform/environment/region/api_ecs.tf # terraform/environment/terraform.tfvars.json
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3032 +/- ##
============================================
- Coverage 91.95% 91.94% -0.01%
+ Complexity 1781 1779 -2
============================================
Files 391 391
Lines 8276 8268 -8
============================================
- Hits 7610 7602 -8
Misses 649 649
Partials 17 17
|
@@ -16,15 +16,8 @@ public function __invoke(ContainerInterface $container): AuthenticationMiddlewar | |||
{ | |||
$pipe = $container->get(MiddlewarePipeInterface::class); | |||
$credentialAuthenticationMiddleware = $container->get(CredentialAuthenticationMiddleware::class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need to have a think about the credential middleware and how that works. Probably in a follow up ticket. We don't need a lot of what that provides now.
# Conflicts: # service-front/app/features/context/Integration/AccountContext.php
Purpose
removing the gov one login feature flag and usages
Fixes UML-3764
Checklist (tick/delete or
strikethroughas appropriate)