Retry error message does not use the correct api base path in AbstractExtensionAppAuthenticator
symphony-soufiane opened this issue · 0 comments
symphony-soufiane commented
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:
getBasePath() method does always return base path for the login api client while we need the pod api client one in this case.