Skip to content

Commit

Permalink
Mark basic_auth_password as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlwgriffiths committed Jun 15, 2016
1 parent 65635ec commit 23988a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redash/query_runner/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def configuration_schema(cls):
'title': 'Basic Auth Password'
}
},
"required" : ["server"]
"secret": ["basic_auth_password"],
"required": ["server"]
}

@classmethod
Expand Down

0 comments on commit 23988a7

Please sign in to comment.