Commit 890e4898 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Remove development log

parent 355921f1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ http {
        include policies/*.conf;
        include policies/*.conf;
        include endpoints/*.conf;
        include endpoints/*.conf;


        log_format debug_map 'política: $uri - $endpoint:$method:$role / $helper_mtls_policy / $invoker_token_policy / $invoker_mtls_policy/ "$service:$has_token:$has_cert" / $active_policy /$auth_allowed // $ssl_client_s_dn_cn';
        # log_format debug_map 'Policy: $uri - $endpoint:$method:$role"$service:$has_token:$has_cert:$active_policy:$auth_allowed:$ssl_client_s_dn_cn'


        server {
        server {
              listen      8080;
              listen      8080;
@@ -41,7 +41,7 @@ http {
              ssl_session_tickets off;
              ssl_session_tickets off;


              # (ONLY DEVELOPMENT)Send the log directly to the console (useful in Docker or terminal)
              # (ONLY DEVELOPMENT)Send the log directly to the console (useful in Docker or terminal)
              access_log /dev/stdout debug_map;
              # access_log /dev/stdout debug_map;


              location / {
              location / {
                  proxy_pass $scheme://$http_host/api-invoker-management/v1/ui/;
                  proxy_pass $scheme://$http_host/api-invoker-management/v1/ui/;