Skip to content

Commit

Permalink
Support central of the metrics (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Sep 3, 2024
1 parent 1237830 commit 6b5c6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/lib/stacks/opensearchNginxProxyReadonly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class OpenSearchMetricsNginxReadonly extends Stack {
add_header Strict-Transport-Security "max-age=47304000; includeSubDomains";
add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options "DENY";
add_header Content-Security-Policy "frame-ancestors https://opensearch.org";
add_header Cache-Control "no-store, no-cache";
set $os_endpoint ${nginxProps.opensearchDashboardUrlProps.opensearchDashboardVpcUrl};
Expand Down

0 comments on commit 6b5c6bb

Please sign in to comment.