From 5c13b797e4bf03fbd9ba792e560309dcc9ac319d Mon Sep 17 00:00:00 2001 From: Sylvain Bugat Date: Sun, 27 Jul 2014 16:09:53 +0200 Subject: [PATCH] Add rundeck API key --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a67ff08..5b5bea0 100644 --- a/README.md +++ b/README.md @@ -17,22 +17,30 @@ Or clone the master repository with this command: ## Configuration Edit the sample configuration file `rundeckMonitor.properties` in the `target\` directory and configure these parameters: +### Rundeck project parameters rundeck.monitor.url= URL with the http protocol and with only the domain and the port like: `http:\\rundeck.domain.com:4444` + rundeck.monitor.project= + +Rundeck project containing jobs to scan + +### Authentication parameters + + rundeck.monitor.api.key= + +Rundeck API key can be used instead of login/password + rundeck.monitor.login= -Login with access to the Rundeck REST API +Login with access to the Rundeck REST API if no API key is defined rundeck.monitor.password= -Password associated with this login +Password associated with this login if no API key is defined - rundeck.monitor.project= - -Rundeck project containing jobs to scan ## Additionnal Configuration