Skip to content

Commit

Permalink
fiks prodkoinprofile
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Bjerga <[email protected]>
Co-authored-by: Morten Byhring <[email protected]>
  • Loading branch information
3 people committed Jan 31, 2024
1 parent e27f83d commit f146f51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/kotlin/no/nav/syfo/koin/ProdKoinProfile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ fun prodConfig(config: ApplicationConfig) = module {
single {
Norg2Client(
config.getString("norg2_url"),
RestSTSAccessTokenProvider(
config.getString("security_token.username"),
config.getString("security_token.password"),
config.getString("security_token_service_token_url"),
get()
),
get()
)
} bind Norg2Client::class
Expand Down

0 comments on commit f146f51

Please sign in to comment.