mirror of
https://github.com/openwrt/luci.git
synced 2025-02-07 09:19:55 +00:00
6a2a53a829
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"luci-proto-openconnect": {
|
|
"description": "Grant access to LuCI OpenConnect procedures",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.openconnect": [ "getCertificates" ]
|
|
},
|
|
"uci": [ "network" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.openconnect": [ "setCertificates" ]
|
|
},
|
|
"uci": [ "network" ]
|
|
}
|
|
}
|
|
}
|