diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index cd1aea2cdcb73930b31ffca382aaca8e4b5b4ea8..cff6d780db3ed45267d45041ca3aa3dffa258dcd 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