mirror of https://github.com/dapr/docs.git
Fix incorrect dapr config (#297)
This commit is contained in:
parent
a10386a963
commit
48714ffd42
|
@ -71,7 +71,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
httpPipeline:
|
httpPipeline:
|
||||||
handlers:
|
handlers:
|
||||||
- name: middleware.http.oauth2
|
- name: oauth2
|
||||||
|
type: middleware.http.oauth2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Apply the configuration
|
## Apply the configuration
|
||||||
|
|
Loading…
Reference in New Issue