Skip to content

Commit

Permalink
APIGOV-26849 - update auth provider registry (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolosan authored Dec 9, 2023
1 parent dcac85a commit 1da0c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/provisioning.go
Original file line number Diff line number Diff line change
@@ -565,7 +565,7 @@ func RegisterProvisioner(provisioner provisioning.Provisioning) {
)
agent.proxyResourceHandler.RegisterTargetHandler(
"credentialHandler",
handler.NewCredentialHandler(agent.provisioner, agent.apicClient, agent.authProviderRegistry),
handler.NewCredentialHandler(agent.provisioner, agent.apicClient, GetAuthProviderRegistry()),
)
}
}

0 comments on commit 1da0c58

Please sign in to comment.