Skip to content

Commit

Permalink
Revert "Remove authorization header for glue"
Browse files Browse the repository at this point in the history
This reverts commit 243ad34.
  • Loading branch information
marek-obuchowicz committed Nov 23, 2023
1 parent e2616ac commit f88cff8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generator/src/templates/nginx/http/glue.server.conf.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
fastcgi_param SPRYKER_API_HOST "{{ host }}";
fastcgi_param SPRYKER_API_PORT "{{ externalPort }}";
fastcgi_param SPRYKER_GLUE_APPLICATION_CORS_ALLOW_ORIGIN "{{ endpointData['cors-allow-origin'] | default('') | nginx_var }}";

fastcgi_param HTTP_AUTHORIZATION "";

{% if storeServices['mail']['sender']['email'] is not empty %}
fastcgi_param SPRYKER_MAIL_SENDER_EMAIL "{{ storeServices['mail']['sender']['email'] }}";
Expand Down

0 comments on commit f88cff8

Please sign in to comment.