Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
igurucelain committed Jul 4, 2023
1 parent 0c37f75 commit 6ad61b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rootfs/etc/nginx/lua/stratio_auth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ function _M.create_cookie(userinfo_url, oauth2_cookie_name, stratio_cookie_name,
}
req_cookie:set(tenant_cookie_data)
ngx.log(ngx.DEBUG, 'Adding cookies to request')
-- TODO REMOVE BEFORE MERGE
ngx.log(ngx.STDERR, 'COOKIE NAME: ',tenant_cookie_name)
ngx.log(ngx.STDERR, 'DEFAULT TENANT: ',tenant)
-- UNTIL HERE
ngx.req.set_header("Cookie", stratio_cookie_name .. "=" .. stratio_jwt .. ";" .. ngx.var.http_cookie);


Expand Down

0 comments on commit 6ad61b5

Please sign in to comment.