fix(opnsense): switch secrets to api-key key and secret for easier understanding (#3744)

This commit is contained in:
Meier Lukas
2025-08-08 17:53:03 +02:00
committed by GitHub
parent 4a07b3f866
commit 7f474683a5
6 changed files with 70 additions and 4 deletions

View File

@@ -944,6 +944,14 @@
"topic": {
"label": "Topic",
"newLabel": "New topic"
},
"opnsenseApiKey": {
"label": "API Key (Key)",
"newLabel": "New API Key (Key)"
},
"opnsenseApiSecret": {
"label": "API Key (Secret)",
"newLabel": "New API Key (Secret)"
}
}
},