mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge pull request #1127 from someones/schema_secrets
Mark basic_auth_password as secret
This commit is contained in:
@@ -64,7 +64,8 @@ class BaseElasticSearch(BaseQueryRunner):
|
|||||||
'title': 'Basic Auth Password'
|
'title': 'Basic Auth Password'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required" : ["server"]
|
"secret": ["basic_auth_password"],
|
||||||
|
"required": ["server"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user