Skip to content

Commit

Permalink
Remove policy instance label from settings as for latest version is o…
Browse files Browse the repository at this point in the history
…ptional
  • Loading branch information
carabasdaniel committed Sep 23, 2024
1 parent 722e3f9 commit caeb32b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions docs/software-development-kits/dotnet/dotnetcore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ The following configuration settings are required for Aserto.AspNetCore middlewa

"Aserto": {
"AuthorizerApiKey": "YOUR_AUTHORIZER_API_KEY",
"TenantID": "YOUR_ASERTO_TENANTID",
"PolicyName": "YOUR_POLICY_NAME",
"PolicyInstanceLabel": "YOUR_POLICY_INSTANCE_LABEL",
"TenantID": "YOUR_ASERTO_TENANT_ID",
"PolicyName": "YOUR_POLICY_NAME",
"PolicyRoot": "YOUR_POLICY_ROOT"
}
```
Expand Down Expand Up @@ -452,7 +451,6 @@ Configure the Authorizer API Key, Tenant ID, Policy root and Policy Name and Ins
"AuthorizerApiKey": "YOUR_AUTHORIZER_API_KEY",
"TenantID": "YOUR_ASERTO_TENANT_ID",
"PolicyName": "YOUR_POLICY_NAME",
"PolicyInstanceLabel": "YOUR_POLICY_INSTANCE_LABEL",
"PolicyRoot": "quickstartmvc"
}
```
Expand Down
5 changes: 2 additions & 3 deletions docs/software-development-kits/dotnet/dotnetcorecheck.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ The following configuration settings are required for Aserto.AspNetCore middlewa

"Aserto": {
"AuthorizerApiKey": "YOUR_AUTHORIZER_API_KEY",
"TenantID": "YOUR_ASERTO_TENANTID",
"PolicyName": "YOUR_POLICY_NAME",
"PolicyInstanceLabel": "YOUR_POLICY_INSTANCE_LABEL",
"TenantID": "YOUR_ASERTO_TENANT_ID",
"PolicyName": "YOUR_POLICY_NAME",
"PolicyRoot": "YOUR_POLICY_ROOT"
}
```
Expand Down

0 comments on commit caeb32b

Please sign in to comment.