Skip to content

Commit

Permalink
remove deprecated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Feb 6, 2025
1 parent c1be9d7 commit 433b53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/services/revproxy/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ function gen3_workspace_authorize_handler(req) {
}
}

export default {userid, isCredentialsAllowed, checkBlackList};
export default {userid, isCredentialsAllowed, checkBlackList, getServiceReleases};
2 changes: 1 addition & 1 deletion kube/services/revproxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ server {
more_set_headers "Access-Control-Expose-Headers: Content-Length,Content-Range";

# update service release cookie
add_header Set-Cookie "service_releases=${service_releases};Path=/;Max-Age=600;HttpOnly;Secure;SameSite=Lax";
# add_header Set-Cookie "service_releases=${service_releases};Path=/;Max-Age=600;HttpOnly;Secure;SameSite=Lax";

if ($request_method = 'OPTIONS') {
return 204;
Expand Down

0 comments on commit 433b53a

Please sign in to comment.