finos/symphony-bdk-java

Retry error message does not use the correct api base path in AbstractExtensionAppAuthenticator

symphony-soufiane opened this issue · 0 comments

Bug Report

When the request to get pod certificate fails and gets retried, the error message being built contains wrong base path which is confusing:

https://github.com/finos/symphony-bdk-java/blob/main/symphony-bdk-core/src/main/java/com/symphony/bdk/core/auth/impl/AbstractExtensionAppAuthenticator.java#L58

getBasePath() method does always return base path for the login api client while we need the pod api client one in this case.