#Spring Boot Actuator issue

1 messages ยท Page 1 of 1 (latest)

fathom perchBOT
#

<@&1004656351647117403> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question ๐Ÿค–. Maybe it helps! In any case, a human is on the way ๐Ÿ‘. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
So m working on a project, and added spring boot actuator to it, made sure that they have permit all in my security config, the health endpoint worked fine but my info endpoint is returning {} with 200 OK, my application properties are being loaded but whe

It seems like the issue may be related to the configuration of the info endpoint in your project. Make sure that the necessary properties are properly configured in your application.properties or application.yml file. Double-check your security config to ensure that there are no restrictions on the info endpoint.

Useful links:

vast bear
#

yeah bro imma need some help with this one ๐Ÿ’€

vast bear
#

nvm , 2 hours to arrive at this but management.info.env.enabled=true is now considered production safe.