mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore/extend plugin schema json (#53950)
* Allowing additional parameters in tokenAuth and jwtTokenAuth
This commit is contained in:
parent
0550808126
commit
4ca845e479
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user