I tried the same implementation as you have posted, since my requirement is implement spring cloud config with JWT
I'm facing issue when my client application runs with the following error : "Cloud not locate property resouce : 401 null"
Its due to the security we set at the config server with JWT. The JWT token is fetched to the client application after the inital default client trying to fetch the config server properties mentioned in the bootstrap.properties.
I have searched almost everywhere but i came to the above conclusion that the custom Configuration Property class is loading later than the default one. Did you too face the same issue, if yes how did you manage to load your custom Configuration class 1st?
Kindly suggest.
I tried the same implementation as you have posted, since my requirement is implement spring cloud config with JWT
I'm facing issue when my client application runs with the following error : "Cloud not locate property resouce : 401 null"
Its due to the security we set at the config server with JWT. The JWT token is fetched to the client application after the inital default client trying to fetch the config server properties mentioned in the bootstrap.properties.
I have searched almost everywhere but i came to the above conclusion that the custom Configuration Property class is loading later than the default one. Did you too face the same issue, if yes how did you manage to load your custom Configuration class 1st?
Kindly suggest.