Skip to content

Commit

Permalink
adding OPENSEARCH_BASIC_TOKEN ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Apr 17, 2024
1 parent cb7e588 commit 25ee516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/locations/opensearch.loc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header Authorization "Basic YourBasicToken";
proxy_set_header Authorization ${OPENSEARCH_BASIC_TOKEN}";

}

0 comments on commit 25ee516

Please sign in to comment.