template/maestrano.rb in maestrano-connector-rails-1.3.3 vs template/maestrano.rb in maestrano-connector-rails-1.3.4
- old
+ new
@@ -28,9 +28,15 @@
config.api.id = ENV[Settings[tenant][:api_id]]
config.api.key = ENV[Settings[tenant][:api_key]]
config.sso.x509_certificate = Settings[tenant][:x509_certificate]
config.sso.x509_fingerprint = Settings[tenant][:x509_fingerprint]
+
+ # => Synchronizations endpoints
+ config.app.synchronization_status_path = "/maestrano/#{tenant}/synchronizations/:cld-uid"
+ config.app.synchronization_toggle_path = "/maestrano/#{tenant}/synchronizations/toggle_sync"
+ config.app.synchronization_start_path = "/maestrano/#{tenant}/synchronizations"
+
# ==> Single Sign-On activation
# Enable/Disable single sign-on. When troubleshooting authentication issues
# you might want to disable SSO temporarily
#
# config.sso.enabled = true
\ No newline at end of file