mirror of
https://github.com/valitydev/wachter.git
synced 2024-11-06 00:35:24 +00:00
Fix context factory (#16)
This commit is contained in:
parent
7294e90025
commit
34aec8c0ef
@ -42,7 +42,7 @@ public class BouncerContextFactory {
|
||||
contextFragment.setAuth(buildAuth(accessData))
|
||||
.setEnv(env)
|
||||
.setWachter(buildWachterContext(accessData));
|
||||
log.info("Context fragment to bouncer {}", contextFragment);
|
||||
log.debug("Context fragment to bouncer {}", contextFragment);
|
||||
return contextFragment;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user