Sha256: 35a3b62cdfa8f1f82cb3e71b3d4296741170cb26f9ae022b0a632f703b4f1261
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
--- # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nexpose_thycotic-0.3.0 | lib/nexpose_thycotic/config/nexpose_thycotic.config |