Merge branch 'v1.8' into rethinkdb-v1.8

This commit is contained in:
greenie-msft 2022-08-29 14:57:36 -07:00 committed by GitHub
commit ca67832e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ func (m *customMiddleware) GetHandler(metadata Metadata) (func(fasthttp.RequestH
var err error
return func(h fasthttp.RequestHandler) fasthttp.RequestHandler {
return func(ctx *fasthttp.RequestCtx) {
// inboud logic
// inbound logic
h(ctx) // call the downstream handler
// outbound logic
}

View File

@ -48,7 +48,7 @@ Generates new root and issuer certificates for the Kubernetes cluster with a giv
```bash
dapr mtls renew-certificate -k --valid-until <no of days>
```
Generates new root and issuer certificates for the Kubernetes cluster with a given validity time and restarts the Dapr control place services.
Generates new root and issuer certificates for the Kubernetes cluster with a given validity time and restarts the Dapr control plane services.
```bash
dapr mtls renew-certificate -k --valid-until <no of days> --restart
```