# This configuration file defines all the particular options necessary to run the service. # Fields marked (M) are mandatory. # # Service options: :options:
# (M) Enables logging to the log directory. :logging_enabled: true # (M) Sets the log level threshold for output. :log_level: info # (M) Enables logging output to console :log_console: true # Filters to specific sites one per line, leave empty to generate for all sites. :sites: - '1' # Delete existing credentials for the site before importing :clear_creds: true
:nexpose_options:
# (M) Nexpose IP address :nexpose_url: 127.0.0.1 # (M) Nexpose username :nexpose_username: nxadmin # (M) Nexpose password :nexpose_password: nxadmin # (M) The port Nexpose listens on. Default is 3780 :nexpose_port: 3780
:thycotic_options:
# (M) Thycotic Instance IP address with WSDL :thycotic_url: https://127.0.0.1/SecretServer/webservices/sswebservice.asmx?wsdl # (M) The Thycotic username :thycotic_username: user # (M) The password for the above user :thycotic_password: password # (M) The comment used when retrieving each password :comment: 'Retrieved via Thycotic gem.' # Show deleted Thycotic credentials; this should usually be set to false :show_deleted: false # Show restricted Thycotic credentials :show_restricted: true
:encryption_options: # (M) Path to the encryption.config file
:directory: ../../config/encryption.config