Allow to set SSL options for mysql user
This patch allows to set grant SSL options for user.
Change-Id: I700ed0634c549590f1cf207a3852996fc65e5d14
Related-Prod: PROD-17049
diff --git a/README.rst b/README.rst
index 4873cfa..872aca0 100644
--- a/README.rst
+++ b/README.rst
@@ -101,6 +101,24 @@
- grants:
- all privileges
+Additional mysql SSL grants:
+
+.. code-block:: yaml
+
+ mysql:
+ server:
+ users:
+ - name: clustercheck
+ password: clustercheck
+ database: '*.*'
+ grants: PROCESS
+ ssl_option:
+ - SSL: True
+ - X509: True
+ - SUBJECT: <subject>
+ - ISSUER: <issuer>
+ - CIPHER: <cipher>
+
Additional check params:
========================