Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates For SDL Core Release 8.0.0 #82

Merged
merged 18 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@
"name":"App Services"
},
{
"name":"RPC Encryption"
"name":"Security",
"navigation":[
{
"name":"Protected Services"
},
{
"name":"RPC Encryption"
}
]
},
{
"name":"Best Practices",
Expand Down
2 changes: 1 addition & 1 deletion docs/Policies/App Policies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This field is mandatory when defining policies for a cloud application, in which

### AppHMIType

This field defines a list of AppHMITypes which an application is allowed to register with. If omitted, all AppHMITypes will be allowed (with the exception of `WEB_VIEW`).
This field defines a list of AppHMITypes which an application is allowed to be registered with. If provided, this list of AppHMITypes will be used for this application in place of the `appHMIType` list provided in the app's RegisterAppInterface request. If there are AppHMITypes present in the app's RegisterAppInterface request that are not present in this list, SDL Core will provide a warning of this discrepancy to the app in the RegisterAppInterface response.

!!! note
This field is mandatory for webengine apps which use the `WEB_VIEW` AppHMIType, in which case the `WEB_VIEW` value must be explicitly included in this list.
Expand Down
Loading