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