CORDA-3244, CORDA-3245 - Jolokia docs update (#5486)

* Fixed wrong command line. Added security policy how to.

* Elaborated on security policy to mention when it applies and when not.

* Changes according to PR review.

* Magic to get jolokia version from a single place and forwarded to the docs.
This commit is contained in:
Stefan Iliev
2019-10-14 10:08:01 +01:00
committed by Anthony Keenan
parent 8a5b6ed52b
commit 6de6702cb4
5 changed files with 27 additions and 5 deletions

View File

@ -25,7 +25,8 @@ corda_substitutions = {
"|quasar_version|" : constants_properties_dict["quasarVersion"],
"|platform_version|" : constants_properties_dict["platformVersion"],
"|os_branch|" : constants_properties_dict["openSourceBranch"],
"|os_samples_branch|" : constants_properties_dict["openSourceSamplesBranch"]
"|os_samples_branch|" : constants_properties_dict["openSourceSamplesBranch"],
"|jolokia_version|" : constants_properties_dict["jolokiaAgentVersion"]
}
def setup(app):