Catalog alignment
[sdc.git] / catalog-fe / src / main / resources / config / configuration.yaml
index d1156da..2eff183 100644 (file)
@@ -22,6 +22,14 @@ threadpoolSize: 50
 # request processing timeout (seconds)
 requestTimeout: 10
 
+# catalog ms (the host-port values need to be changed once it is deployed)
+catalogFacadeMs:
+  protocol: http
+  host: 192.168.33.10
+  port: 8282
+  healthCheckUri: "/healthCheck"
+  path: "/uicache"
+
 # Determines the health check read timeout when invoking health check towards the LB (or BE whatever is configured):
 healthCheckSocketTimeoutInMs: 5000
 healthCheckIntervalInSeconds: 5
@@ -71,6 +79,13 @@ optionalHeaderFields:
         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
         - &csp-email csp-email
 
+# access restriction
+authCookie:
+  cookieName: "AuthenticationCookie"
+  path: /
+  domain: ""
+  securityKey: "AGLDdG4D04BKm2IxIWEr8o=="
+
 version: 1.0
 released: 2012-11-30
 
@@ -90,11 +105,9 @@ systemMonitoring:
     isProxy: true
     probeIntervalInSeconds: 15
 
-kibanaHost: localhost
-kibanaPort: 5601
-kibanaProtocol: http
 
 healthStatusExclude:
    - DE
    - ES
    - DMAAP
+   - DMAAP_PRODUCER