- 29 Nov, 2016 1 commit
-
-
Signed-off-by: Dirk le Roux <dirk.leroux@gmail.com>
Dirk le Roux committed
-
- 28 Nov, 2016 6 commits
-
-
bergquist committed
-
* fix(table): renderes empty date column as '-' closes #6728 * docs(changelog): add note about closing 6728
Carl Bergquist committed -
bergquist committed
-
bergquist committed
-
closes #6731
bergquist committed -
Torkel Ödegaard committed
-
- 27 Nov, 2016 7 commits
- 24 Nov, 2016 17 commits
-
-
bergquist committed
-
Feature/tls client auth
Carl Bergquist committed -
Daniel Lee committed
-
bergquist committed
-
- Three text areas where the user can paste in the CA Cert (optional), Client Cert and Client Key. - Tooltips for Auth checkboxes with brief descriptions of what With Credentials and With CA Cert are. - Adds popover for TLS Auth header too. - Aligns gf-form elements as labels and checkboxes were not aligned before. - Makes CA Cert optional as it is only needed for self-signed certs.
Daniel Lee committed -
Daniel Lee committed
-
The tls files are stored as a json blob in the SecureJsonData field. To update one file, the json has to be fetched from the db first and then updated with the cert file that has been changed. Also, a change to the dto with flags that are used in the frontend to show if a file has been uploaded. For example, if tlsClientKeySet is set to true then means a file for the client key is saved in the db. This is to avoid sending any private data to the frontend.
Daniel Lee committed -
For self-signed TLS Certificates, authentication with InsecureSkipVerify set to false then this error will occur: x509: certificate signed by unknown authority The solution is to allow the user to upload the CA cert as well.
Daniel Lee committed -
Use a SecureJsonData field for TLS Client Auth instead of 3 new db fields. Same model as used for PluginSettings. Saves and encrypts the pem file content rather than just saving the paths to the cert and key. This allows for uploading from the Edit Datasource page in Grafana.
Daniel Lee committed -
Extract from pluginsettings class so that the securejsondata type can be used in the other classes. Encrypt and decrypt functions extracted too.
Daniel Lee committed -
Joe Lanford committed
-
Torkel Ödegaard committed
-
bergquist committed
-
fix(unsaved changes): You now navigate to the intended page after saving in the unsaved changes dialog fixes #6675
Torkel Ödegaard committed -
* Sort series by yxis by default * Sort series by yxis by default * Sort series by yxis by default
Ben RUBSON committed -
bergquist committed
-
ref #6576
Carl Bergquist committed
-
- 23 Nov, 2016 8 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
fix(server side rendering): Fixed address used when rendering panel via phantomjs and using non default http_addr config, fixes #6660
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Pavlos Daoglou committed
-
bergquist committed
-
Fix typo in Basic Concepts
Carl Bergquist committed -
Hernán Rodríguez Colmeiro committed
-
- 22 Nov, 2016 1 commit
-
-
bergquist committed
-