Skip to content

Commit

Permalink
Incorporate suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <[email protected]>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent c80504c commit 814d41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions content/en/docs/security/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Security
description: How to use OpenTelemetry Collector securely.
weight: 90
weight: 10.1
---

## Security

When setting up the OpenTelemetry (OTel) Collector, consider implementing
security best practices in both your hosting infrastructure and your OTel
Collector configuration.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: OpenTelemetry Collector Configuration Best Practices
linkTitle: Collector config
description:
Follow best practices to securely configure OpenTelemetry Collector.
weight: 20
Expand All @@ -8,8 +9,6 @@ weight: 20
When setting up configuration for OpenTelemetry (OTel) Collector, consider the
following practices to better secure your OTel Collector instance.

## Configuration

<!--
TODO: SHOULD only enable the minimum required components. What are those?
--->
Expand All @@ -33,7 +32,7 @@ today this is not the case.
### Safeguards against denial of service attacks

Users should bind receivers' servers to addresses that limit connections to
authorized users. <!-- Why? -->
authorized users, so that their Collectors aren't exposed to the public internet or to wider networks than necessary.

For example, if the OTLP receiver OTLP/gRPC server only has local clients, the
`endpoint` setting SHOULD be bound to `localhost`:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: OpenTelemetry Collector Hosting Best Practices
linkTitle: Collector hosting
description: Follow best practices to securely host OpenTelemetry Collector.
weight: 10
---
Expand Down

0 comments on commit 814d41f

Please sign in to comment.