diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index cd1aea2..cff6d78 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -14,6 +14,7 @@ spring.messages.basename=messages/messages
# Actuator / Management
management.contextPath=/manage
+management.security.enabled=false
# Logging
logging.level.org.springframework=INFO
@@ -22,4 +23,4 @@ logging.level.org.springframework=INFO
# Active Spring profiles
spring.profiles.active=production
-spring.cache.cache-names=vets
\ No newline at end of file
+spring.cache.cache-names=vets