mirror of https://github.com/dapr/docs.git
Fixed typo in security concept doc (#2374)
Signed-off-by: moreyhat <moreyhat@gmail.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
parent
89eb035461
commit
381ede8146
|
@ -138,7 +138,7 @@ By default Dapr doesn't transform the state data from applications. This means D
|
|||
|
||||
However application state often needs to get encrypted at rest to provide stronger security in enterprise workloads or regulated environments and Dapr does provide automatic client side state encryption based on AES256. Read [How-To: Encrypt application state]({{< ref howto-encrypt-state.md >}}) for more details.
|
||||
|
||||
## Dapr Runtrime state
|
||||
## Dapr Runtime state
|
||||
Importantly the Dapr runtime does not store any data at rest, meaning that Dapr runtime has no dependency on any state stores for its operation and can be considered stateless.
|
||||
|
||||
# Using security capabilies in an example application
|
||||
|
|
Loading…
Reference in New Issue