mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:32:36 +08:00
Chore/extend plugin schema json (#53950)
* Allowing additional parameters in tokenAuth and jwtTokenAuth
This commit is contained in:
@ -379,7 +379,7 @@
|
||||
"params": {
|
||||
"type": "object",
|
||||
"description": "Parameters for the token authentication request.",
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"grant_type": {
|
||||
"type": "string",
|
||||
@ -404,7 +404,7 @@
|
||||
"jwtTokenAuth": {
|
||||
"type": "object",
|
||||
"description": "For data source plugins. Token authentication section used with an JWT OAuth API.",
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user