From becfd1218548466d8c4669cd64c6e5cc6a8829fc Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Mon, 4 Nov 2024 14:17:52 -0800 Subject: [PATCH] wip --- .../2024-08-applications-rp-component-threat-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/2024-08-applications-rp-component-threat-model.md b/architecture/2024-08-applications-rp-component-threat-model.md index fab298bc..9e1d15e7 100644 --- a/architecture/2024-08-applications-rp-component-threat-model.md +++ b/architecture/2024-08-applications-rp-component-threat-model.md @@ -22,8 +22,8 @@ Applications RP is a Radius service that acts as resource provider for applicati Application RP consists of four types of resource providers for managing various types of resources in an application. -`Applications.Core` resource provider manages core application resources such as application, environment, container and gateways. Applications RP managed containers can use Azure Key Vault for storing secrets, TLS keys, and certificates. To deploy gateways, the RP uses contour as ingress controller. These gateways support TLS termination. In order to do this, Applications RP stores sensitive TLS information as secret using Radius Secret Store. -Radius secret stores are implemented using kubernetes as secret provider. +`Applications.Core` resource provider manages core application resources such as application, environment, container and gateways. Applications RP managed containers can use Azure Key Vault for storing secrets, TLS keys, and certificates. To deploy gateways, the RP uses contour as ingress controller. These gateways support TLS termination. In order to do this, Applications RP stores sensitive TLS information as secret using Secret Store. +Applications.Core RP implements Secret stores using kubernetes as secret provider. `Applications.Dapr` resource provider manages all dapr resources that are deployed as part of application. These include dapr state store, dapr secret store, dapr pubsub and dapr configuartion store.