Skip to content

Commit

Permalink
Add 10.129 to internal-proxies for kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Apr 24, 2024
1 parent 9a263f3 commit ade1577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spring.mvc.static-path-pattern=/assets/**
server.forward-headers-strategy=NATIVE
server.tomcat.remoteip.remote-ip-header=X-Forwarded-For
server.tomcat.remoteip.protocol-header=X-Forwarded-Proto
server.tomcat.remoteip.internal-proxies=192\\.102\\.239\\.\\d{1,3}|10\\.100\\.\\d{1,3}\\.\\d{1,3}|127\\.0\\.0\\.1|192\\.168\\.\\d{1,3}.\\d{1,3}
server.tomcat.remoteip.internal-proxies=192\\.102\\.239\\.\\d{1,3}|10\\.100\\.\\d{1,3}\\.\\d{1,3}|127\\.0\\.0\\.1|10\\.129\\.\\d{1,3}\\.\\d{1,3}
#logging.level.org.hibernate.SQL=DEBUG
#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
# Suppress verbose startup messages
Expand Down

0 comments on commit ade1577

Please sign in to comment.