Skip to content

Commit

Permalink
Merge pull request #1306 from zalando/fix-authorization-propagation
Browse files Browse the repository at this point in the history
fix: authorization token propagation (#1306)
  • Loading branch information
tkrop committed Aug 19, 2021
2 parents 24156b8 + ca8e034 commit 4f83eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class ContextFactoryConfiguration {

@Bean
fun contextFactory(): DefaultContextFactory {
return DefaultContextFactory()
return DefaultContextFactory(propagateAuthorizationUrls)
}
}

0 comments on commit 4f83eb3

Please sign in to comment.