Created
June 19, 2019 07:23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#loglevel.default is the default log level for jobs: ERROR,WARN,INFO,VERBOSE,DEBUG | |
loglevel.default=INFO | |
rdeck.base=/rundeckFiles/ | |
#rss.enabled if set to true enables RSS feeds that are public (non-authenticated) | |
rss.enabled=false | |
server.address=DNS_REPLACE | |
grails.serverURL=DNS_REPLACE | |
dataSource.dbCreate = update | |
dataSource.url = jdbc:driver://RDS_HOSTNAME:3306/RDS_DBNAME?user=RDS_USERNAME&password=RDS_PASSWORD;MVCC=true | |
# Pre Auth mode settings | |
rundeck.security.authorization.preauthenticated.enabled=false | |
rundeck.security.authorization.preauthenticated.attributeName=REMOTE_USER_GROUPS | |
rundeck.security.authorization.preauthenticated.delimiter=, | |
# Header from which to obtain user name | |
rundeck.security.authorization.preauthenticated.userNameHeader=X-Forwarded-Uuid | |
# Header from which to obtain list of roles | |
rundeck.security.authorization.preauthenticated.userRolesHeader=X-Forwarded-Roles | |
# Redirect to upstream logout url | |
rundeck.security.authorization.preauthenticated.redirectLogout=false | |
rundeck.security.authorization.preauthenticated.redirectUrl=/oauth2/sign_in | |
rundeck.log4j.config.file=/rundeckFiles//server/config/log4j.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment