Skip to content

Commit dd3dfb0

Browse files
authored
Merge pull request #4080 from newbe36524/v1.13
Remove Duplicated keys from head matter
2 parents 97a605f + a72e283 commit dd3dfb0

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "How To: Use secret scoping"
44
linkTitle: "How To: Use secret scoping"
55
weight: 3000
66
description: "Use scoping to limit the secrets that can be read by your application from secret stores"
7-
type: docs
87
---
98

109
Once you [configure a secret store for your application]({{< ref setup-secret-store >}}), *any* secret defined within that store is accessible by default from the Dapr application.
@@ -107,4 +106,4 @@ Scenarios | defaultAccess | allowedSecrets | deniedSecrets | permission
107106
## Related links
108107

109108
- List of [secret stores]({{< ref supported-secret-stores.md >}})
110-
- Overview of [secret stores]({{< ref setup-secret-store.md >}})
109+
- Overview of [secret stores]({{< ref setup-secret-store.md >}})

daprdocs/content/en/developing-applications/integrations/gRPC-integration.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "How to: Use the gRPC interface in your Dapr application"
44
linkTitle: "How to: gRPC interface"
55
weight: 6000
66
description: "Use the Dapr gRPC API in your application"
7-
type: docs
87
---
98

109
Dapr implements both an HTTP and a gRPC API for local calls. [gRPC](https://grpc.io/) is useful for low-latency, high performance scenarios and has language integration using the proto clients.

daprdocs/content/en/operations/hosting/kubernetes/kubernetes-job.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Running Dapr with a Kubernetes Job"
44
linkTitle: "Kubernetes Jobs"
55
weight: 70000
66
description: "Use Dapr API in a Kubernetes Job context"
7-
type: docs
87
---
98

109
The Dapr sidecar is designed to be a long running process. In the context of a [Kubernetes Job](https://kubernetes.io/docs/concepts/workloads/controllers/job/) this behavior can block your job completion.
@@ -67,4 +66,4 @@ func main() {
6766
## Related links
6867

6968
- [Deploy Dapr on Kubernetes]({{< ref kubernetes-deploy.md >}})
70-
- [Upgrade Dapr on Kubernetes]({{< ref kubernetes-upgrade.md >}})
69+
- [Upgrade Dapr on Kubernetes]({{< ref kubernetes-upgrade.md >}})

daprdocs/content/en/operations/observability/tracing/otel-collector/open-telemetry-collector-jaeger.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Using OpenTelemetry Collector to collect traces to send to Jaeger"
44
linkTitle: "Using the OpenTelemetry for Jaeger"
55
weight: 1200
66
description: "How to push trace events to Jaeger distributed tracing platform, using the OpenTelemetry Collector."
7-
type: docs
87
---
98

109
While Dapr supports writing traces using OpenTelemetry (OTLP) and Zipkin protocols, Zipkin support for Jaeger has been deprecated in favor of OTLP. Although Jaeger supports OTLP directly, the recommended approach for production is to use the OpenTelemetry Collector to collect traces from Dapr and send them to Jaeger, allowing your application to quickly offload data and take advantage of features like retries, batching, and encryption. For more information, read the Open Telemetry Collector [documentation](https://opentelemetry.io/docs/collector/#when-to-use-a-collector).

daprdocs/content/en/operations/observability/tracing/zipkin.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "How-To: Set up Zipkin for distributed tracing"
44
linkTitle: "Zipkin"
55
weight: 4000
66
description: "Set up Zipkin for distributed tracing"
7-
type: docs
87
---
98

109
## Configure self hosted mode

daprdocs/content/en/reference/components-reference/supported-middleware/middleware-bearer.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ type: docs
33
title: "Bearer"
44
linkTitle: "Bearer"
55
description: "Use bearer middleware to secure HTTP endpoints by verifying bearer tokens"
6-
type: docs
76
aliases:
87
- /developing-applications/middleware/supported-middleware/middleware-bearer/
98
---

0 commit comments

Comments
 (0)