From af668b5037b17e67c940400644e12dc9bcff1b66 Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:35:49 -0800 Subject: [PATCH 1/2] Replace youtube embeds with youtube-nocookie for GDPR compliance Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> --- daprdocs/content/en/concepts/overview.md | 2 +- .../building-blocks/actors/actor-reentrancy.md | 2 +- .../building-blocks/bindings/howto-bindings.md | 2 +- .../building-blocks/pubsub/howto-route-messages.md | 2 +- .../building-blocks/pubsub/pubsub-scopes.md | 2 +- .../building-blocks/secrets/secrets-scopes.md | 2 +- .../service-invocation/howto-invoke-services-grpc.md | 2 +- .../developing-applications/debugging/bridge-to-kubernetes.md | 2 +- .../ides/vscode/vscode-dapr-extension.md | 2 +- .../ides/vscode/vscode-remote-dev-containers.md | 2 +- .../developing-applications/integrations/Azure/workflows.md | 2 +- .../developing-applications/integrations/open-service-mesh.md | 2 +- daprdocs/content/en/operations/components/component-scopes.md | 2 +- .../en/operations/configuration/control-concurrency.md | 2 +- .../en/operations/configuration/install-certificates.md | 2 +- .../content/en/operations/configuration/invoke-allowlist.md | 2 +- daprdocs/content/en/operations/monitoring/metrics/grafana.md | 2 +- .../content/en/operations/monitoring/metrics/prometheus.md | 2 +- daprdocs/content/en/operations/security/mtls.md | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/daprdocs/content/en/concepts/overview.md b/daprdocs/content/en/concepts/overview.md index 7449f2d6f..d11a3989b 100644 --- a/daprdocs/content/en/concepts/overview.md +++ b/daprdocs/content/en/concepts/overview.md @@ -10,7 +10,7 @@ description: > Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.
## Any language, any framework, anywhere diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md index f2e6ade4b..3c731d3a8 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md @@ -136,5 +136,5 @@ func reentrantCallHandler(w http.ResponseWriter, r *http.Request) { Watch this [video](https://www.youtube.com/watch?v=QADHQ5v-gww&list=PLcip_LgkYwzuF-OV6zKRADoiBvUvGhkao&t=674s) on how to use actor reentrancy. diff --git a/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md b/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md index d17bb6eae..b76bb815b 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md +++ b/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md @@ -294,7 +294,7 @@ curl -X POST -H 'Content-Type: application/json' http://localhost:3601/v1.0/bind Watch this [video](https://www.youtube.com/watch?v=ysklxm81MTs&feature=youtu.be&t=1960) on how to use bi-directional output bindings. ## References diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-route-messages.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-route-messages.md index 577616452..802bd1065 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-route-messages.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-route-messages.md @@ -447,7 +447,7 @@ Currently, comparisons to time (e.g. before or after "now") are not supported. Watch [this video](https://www.youtube.com/watch?v=QqJgRmbH82I&t=1063s) on how to use message routing with pub/sub: ## Next steps diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-scopes.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-scopes.md index 0c830f0a8..a81c7d7d9 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-scopes.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-scopes.md @@ -156,7 +156,7 @@ The table below shows which application is allowed to subscribe to the topics: ## Demo ## Next steps diff --git a/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md b/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md index a79854359..f76bfa3f3 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md +++ b/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md @@ -22,7 +22,7 @@ For details on how to set up a [secret store]({{< ref setup-secret-store.md >}}) Watch [this video](https://youtu.be/j99RN_nxExA?start=2272) for a demo on how to use secret scoping with your application. ## Scenario 1 : Deny access to all secrets for a secret store diff --git a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md index f1f9a2116..d6f640a1a 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md +++ b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc.md @@ -251,5 +251,5 @@ For more information on tracing and logs see the [observability]({{< ref observa Watch this [video](https://youtu.be/B_vkXqptpXY?t=69) on how to use Dapr's gRPC proxying capability: \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md b/daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md index 4f7bdc0a1..fc77d65c9 100644 --- a/daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md +++ b/daprdocs/content/en/developing-applications/debugging/bridge-to-kubernetes.md @@ -15,7 +15,7 @@ Bridge to Kubernetes allows you to run and debug code on your development comput Bridge to Kubernetes supports debugging Dapr apps on your machine, while still having them interact with the services and applications running on your Kubernetes cluster. This example showcases Bridge to Kubernetes enabling a developer to debug the [distributed calculator quickstart](https://github.com/dapr/quickstarts/tree/master/tutorials/distributed-calculator): {{% alert title="Isolation mode" color="warning" %}} diff --git a/daprdocs/content/en/developing-applications/ides/vscode/vscode-dapr-extension.md b/daprdocs/content/en/developing-applications/ides/vscode/vscode-dapr-extension.md index e80b80239..4937c06d3 100644 --- a/daprdocs/content/en/developing-applications/ides/vscode/vscode-dapr-extension.md +++ b/daprdocs/content/en/developing-applications/ides/vscode/vscode-dapr-extension.md @@ -65,5 +65,5 @@ Using the VS Code extension, you can debug multiple Dapr applications at the sam Watch this [video](https://www.youtube.com/watch?v=OtbYCBt9C34&t=85) on how to use the Dapr VS Code extension: \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/ides/vscode/vscode-remote-dev-containers.md b/daprdocs/content/en/developing-applications/ides/vscode/vscode-remote-dev-containers.md index eaaa92d68..36a44a2e1 100644 --- a/daprdocs/content/en/developing-applications/ides/vscode/vscode-remote-dev-containers.md +++ b/daprdocs/content/en/developing-applications/ides/vscode/vscode-remote-dev-containers.md @@ -32,5 +32,5 @@ Dapr has pre-built Docker remote containers for NodeJS and C#. You can pick the Watch this [video](https://www.youtube.com/watch?v=D2dO4aGpHcg&t=120) on how to use the Dapr VS Code Remote Containers with your application. \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md b/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md index 563a34935..a7efed37c 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/workflows.md @@ -222,7 +222,7 @@ Prerequisites: Watch an example from the Dapr community call: ## Additional resources diff --git a/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md b/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md index 772bf929b..7df6b35f2 100644 --- a/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md +++ b/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md @@ -23,7 +23,7 @@ Users are able to leverage both OSM SMI traffic policies and Dapr capabilities o Watch the OSM team present the OSM and Dapr integration in the 05/18/2021 community call: ## Additional resources diff --git a/daprdocs/content/en/operations/components/component-scopes.md b/daprdocs/content/en/operations/components/component-scopes.md index 4b878caed..ffb85b1e7 100644 --- a/daprdocs/content/en/operations/components/component-scopes.md +++ b/daprdocs/content/en/operations/components/component-scopes.md @@ -103,7 +103,7 @@ scopes: ### Community call demo ## Using namespaces with service invocation diff --git a/daprdocs/content/en/operations/configuration/control-concurrency.md b/daprdocs/content/en/operations/configuration/control-concurrency.md index a53d9d3f1..7633820d6 100644 --- a/daprdocs/content/en/operations/configuration/control-concurrency.md +++ b/daprdocs/content/en/operations/configuration/control-concurrency.md @@ -16,7 +16,7 @@ Using Dapr, you can control how many requests and events will invoke your applic Watch this [video](https://youtu.be/yRI5g6o_jp8?t=1710) on how to control concurrency and rate limiting ". ## Setting app-max-concurrency diff --git a/daprdocs/content/en/operations/configuration/install-certificates.md b/daprdocs/content/en/operations/configuration/install-certificates.md index e6bb893c6..071753ef9 100644 --- a/daprdocs/content/en/operations/configuration/install-certificates.md +++ b/daprdocs/content/en/operations/configuration/install-certificates.md @@ -98,7 +98,7 @@ All the certificates in the directory pointed by `SSL_CERT_DIR` are installed. Watch the demo on using installing SSL certificates and securely using the HTTP binding in community call 64: diff --git a/daprdocs/content/en/operations/configuration/invoke-allowlist.md b/daprdocs/content/en/operations/configuration/invoke-allowlist.md index a0631a23a..725c83084 100644 --- a/daprdocs/content/en/operations/configuration/invoke-allowlist.md +++ b/daprdocs/content/en/operations/configuration/invoke-allowlist.md @@ -379,5 +379,5 @@ spec: Watch this [video](https://youtu.be/j99RN_nxExA?t=1108) on how to apply access control list for service invocation. \ No newline at end of file diff --git a/daprdocs/content/en/operations/monitoring/metrics/grafana.md b/daprdocs/content/en/operations/monitoring/metrics/grafana.md index edbd807bd..d0442b032 100644 --- a/daprdocs/content/en/operations/monitoring/metrics/grafana.md +++ b/daprdocs/content/en/operations/monitoring/metrics/grafana.md @@ -176,5 +176,5 @@ First you need to connect Prometheus as a data source to Grafana. ## Example diff --git a/daprdocs/content/en/operations/monitoring/metrics/prometheus.md b/daprdocs/content/en/operations/monitoring/metrics/prometheus.md index b179b75a0..da29d0315 100644 --- a/daprdocs/content/en/operations/monitoring/metrics/prometheus.md +++ b/daprdocs/content/en/operations/monitoring/metrics/prometheus.md @@ -113,7 +113,7 @@ dapr-prom-prometheus-server-694fd8d7c-q5d59 2/2 Running 0 ## Example ## References diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index 657ea55a0..6b07eae35 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -295,7 +295,7 @@ You will experience potential downtime due to mismatching certificates until all ### Kubernetes video demo Watch this video to show how to update mTLS certificates on Kubernetes - + ### Set up monitoring for Dapr control plane mTLS certificate expiration @@ -489,5 +489,5 @@ By default, system services will look for the credentials in `/var/run/dapr/cred Watch this [video](https://www.youtube.com/watch?v=Hkcx9kBDrAc&feature=youtu.be&t=1400) on how to perform certificate rotation if your certicates are expiring. From 7d7defb2e330b447d7d16cad3152f548449fc8e6 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:59:22 -0600 Subject: [PATCH 2/2] fix link (#3114) Signed-off-by: Hannah Hunter