zuul: ignoredServices: '*' #default is Cookie,Set-Cookie,Authorization. #removed Authorization from senstiive headers sensitiveHeaders: 'Cookie,Set-Cookie' routes: admin: path: /admin/** serviceId: crss-admin reg: path: /reg/** serviceId: crss-reg metering: path: /metering/** serviceId: crss-metering hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 300000 ribbon: ConnectTimeout: 3000 ReadTimeout: 60000 maxAutoRetries: 1 MaxAutoRetriesNextServer: 2 # NOTE: since the server is undertow who serve the static pages, the uploads config must be set here also # if size was modified please update also the registration's application.yml spring: http: multipart: max-file-size: "25Mb" max-request-size: "25Mb"