mirror of https://github.com/dapr/docs.git
Add audiences to access control struct docs
Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
This commit is contained in:
parent
dcf18094ee
commit
946f988fc2
|
|
@ -40,6 +40,7 @@ The following tables lists the different properties for access control, policies
|
|||
|---------------|--------|-------------|
|
||||
| `defaultAction` | string | Global default action when no other policy is matched
|
||||
| `trustDomain` | string | Trust domain assigned to the application. Default is "public".
|
||||
| `audiences` | string | A list of audiences for the application's identity JWT.
|
||||
| `policies` | string | Policies to determine what operations the calling app can do on the called app
|
||||
|
||||
### Policies
|
||||
|
|
|
|||
Loading…
Reference in New Issue