{"type":"api","title":"Get the list of secured APIs","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/c92e7384-b2f4-3d3b-8e8e-03a9325b07bb","info":{"title":"Crosswork RBAC API - Version 1","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"description":"Crosswork Role-based Access Control APIs","license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"1.0.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/RBAC/rbac-v1-overview.md"}},"swagger":"2.0","basePath":"/crosswork/aaa/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Use a bearer token to authenticate requests. Include the token in the Authorization header with the prefix 'Bearer '."}}},"spec":{"summary":"Get the list of secured APIs.","operationId":"GetAuthorizedAPIs","responses":{"200":{"description":"OK. The request was successful. The result is contained in the response body.","schema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"A human-readable name for the API, typically used for display purposes."},"slug":{"type":"string","description":"A URL-friendly, unique identifier for the API, often used in paths."},"api_id":{"type":"string","description":"The unique programmatic identifier for this API within the system."},"org_id":{"type":"string","description":"The unique identifier of the organization to which this API belongs, supporting multi-tenancy."},"use_keyless":{"type":"boolean","description":"Indicates whether API access is allowed without an explicit key or token."},"use_oauth2":{"type":"boolean","description":"Indicates whether OAuth 2.0 authentication is enabled for this API."},"use_openid":{"type":"boolean","description":"Indicates whether OpenID Connect authentication is enabled for this API."},"openid_options":{"type":"object","description":"Configuration options specific to OpenID Connect authentication.","$$ref":"#/definitions/rbacOpenIDOptions"},"oauth_meta":{"type":"object","description":"Metadata and configuration specific to OAuth 2.0 authentication.","$$ref":"#/definitions/rbacOauth2Meta"},"auth":{"type":"object","description":"General authentication settings and configurations for the API.","$$ref":"#/definitions/rbacAuth"},"use_basic_auth":{"type":"boolean","format":"boolean","description":"Indicates whether Basic Authentication (username/password) is enabled for this API."},"basic_auth":{"type":"object","description":"Configuration details for Basic Authentication, if enabled.","$$ref":"#/definitions/rbacBasicAuth"},"use_mutual_tls_auth":{"type":"boolean","format":"boolean","description":"Indicates whether Mutual TLS authentication is enabled, requiring clients to present a certificate."},"client_certificates":{"type":"array","description":"A list of client certificate IDs or hashes permitted for TLS authentication.","items":{"type":"string"}},"upstream_certificates":{"type":"object","description":"A map of trusted upstream certificates for secure communication with backend services.","additionalProperties":{"type":"string"}},"pinned_public_keys":{"type":"object","description":"A map of public keys (e.g., hash to PEM-encoded key string) that are pinned for TLS communication, enforcing trust.","additionalProperties":{"type":"string"}},"enable_jwt":{"type":"boolean","format":"boolean","description":"Indicates whether JSON Web Token (JWT) authentication is enabled for this API."},"use_standard_auth":{"type":"boolean","format":"boolean","description":"Indicates whether standard authentication methods are in use for this API."},"enable_coprocess_auth":{"type":"boolean","format":"boolean","description":"Indicates whether co-process (external) authentication is enabled for this API."},"jwt_signing_method":{"type":"string","description":"The cryptographic algorithm used for signing JWTs (e.g., 'HS256', 'RS256')."},"jwt_identit_base_field":{"type":"string","description":"The JWT claim field used as the base for identifying the user or client."},"jwt_client_base_field":{"type":"string","description":"The JWT claim field used as the base for identifying the client application."},"jwt_policy_field_name":{"type":"string","description":"The JWT claim field that contains policy or role information for authorization."},"jwt_issued_at_validation_skew":{"type":"string","format":"uint64","description":"The allowed clock skew (in seconds) when validating the 'Issued At' (iat) claim in a JWT."},"jwt_expires_at_validation_skew":{"type":"string","format":"uint64","description":"The allowed clock skew (in seconds) when validating the 'Expires At' (exp) claim in a JWT."},"jwt_not_before_validation_skew":{"type":"string","format":"uint64","description":"The allowed clock skew (in seconds) when validating the 'Not Before' (nbf) claim in a JWT."},"jwt_skip_kid":{"type":"boolean","format":"boolean","description":"Indicates whether to skip validation of the 'Key ID' (kid) header in JWTs."},"notifications":{"type":"object","description":"Configuration for sending notifications related to API events or policies.","$$ref":"#/definitions/rbacNotificationsManager"},"enable_signature_checking":{"type":"boolean","format":"boolean","description":"Indicates whether signature checking is enabled for incoming requests (e.g., for HMAC-signed requests)."},"hmac_allowed_clock_skew":{"type":"number","format":"double","description":"The allowed time difference (in seconds) between the client and server clocks for HMAC signature validation."},"base_identity_provided_by":{"type":"string","$$ref":"#/definitions/rbacAuthTypeEnum"},"definition":{"type":"object","description":"Defines how different versions of the API are handled and routed.","$$ref":"#/definitions/rbacVersionDefinition"},"version_data":{"type":"object","description":"Contains metadata and settings related to API versioning.","$$ref":"#/definitions/rbacVersionData"},"uptime_tests":{"type":"object","description":"Configuration for automated uptime and health checks for the API's backend services.","$$ref":"#/definitions/rbacUptimeTests"},"proxy":{"type":"object","description":"Settings for how the API gateway proxies requests to the actual backend service.","$$ref":"#/definitions/rbacProxy"},"disable_rate_limit":{"type":"boolean","format":"boolean","description":"If true, rate limiting is completely disabled for this API, overriding any role-based limits."},"disable_quota":{"type":"boolean","format":"boolean","description":"If true, quota management is completely disabled for this API, overriding any role-based quotas."},"custom_middleware":{"type":"object","description":"Configuration for custom middleware functions applied to this API's request/response flow.","$$ref":"#/definitions/rbacMiddlewareSection"},"custom_middleware_bundle":{"type":"string","description":"The identifier or name of a custom middleware bundle applied to this API."},"cache_options":{"type":"object","description":"Configuration options for API caching.","$$ref":"#/definitions/rbacCacheOptions"},"session_lifetime":{"type":"string","format":"int64","description":"The duration (in seconds) for which user sessions for this API remain valid."},"active":{"type":"boolean","format":"boolean","description":"Indicates whether the API is currently active and accepting requests."},"auth_provider":{"type":"object","description":"Metadata and configuration for the authentication provider used by this API.","$$ref":"#/definitions/rbacAuthProviderMeta"},"session_provider":{"type":"object","description":"Metadata and configuration for the session management provider used by this API.","$$ref":"#/definitions/rbacSessionProviderMeta"},"event_handlers":{"type":"object","description":"Configuration for custom event handlers triggered by API interactions.","$$ref":"#/definitions/rbacEventHandlerMetaConfig"},"enable_batch_request_support":{"type":"boolean","format":"boolean","description":"Indicates whether the API supports processing multiple requests in a single batch."},"enable_ip_trustlist":{"type":"boolean","format":"boolean","description":"Indicates whether IP trustlisting (whitelist) is enabled for this API."},"allowed_ips":{"type":"array","items":{"type":"string"},"description":"A list of IP addresses or CIDR ranges that are explicitly allowed to access this API when IP trustlisting is enabled."},"enable_ip_denylist":{"type":"boolean","format":"boolean","description":"Indicates whether IP denylisting (blacklist) is enabled for this API."},"blocked_ips":{"type":"array","items":{"type":"string"},"description":"A list of IP addresses or CIDR ranges that are explicitly blocked from accessing this API when IP denylisting is enabled."},"dont_set_quota_on_create":{"type":"boolean","format":"boolean","description":"If true, the system will not set a default quota when a new API entry is created."},"expire_analytics_after":{"type":"string","format":"int64","description":"The duration (in seconds) after which analytics data for this API should be purged or archived."},"response_processors":{"type":"array","items":{"type":"object","description":"A list of configurations for processing and transforming API responses before sending them to the client.","$$ref":"#/definitions/rbacResponseProcessor"}},"CORS":{"type":"object","description":"Cross-Origin Resource Sharing (CORS) settings for this API, controlling cross-domain requests.","$$ref":"#/definitions/rbacCORS"},"domain":{"type":"string","description":"The specific domain name associated with this API (e.g., for virtual hosting)."},"do_not_track":{"type":"boolean","format":"boolean","description":"If true, analytics and tracking for this API are disabled."},"tags":{"type":"array","items":{"type":"string"},"description":"A list of arbitrary string tags used for categorization, searching, or grouping of APIs."},"enable_context_vars":{"type":"boolean","format":"boolean","description":"Indicates whether dynamic context variables are enabled for use in this API's configuration."},"config_data":{"type":"object","additionalProperties":{"type":"object","description":"Additional, free-form configuration data for the API, allowing for flexible extensions.","$$ref":"#/definitions/rbacobject"}},"tag_headers":{"type":"array","items":{"type":"string"},"description":"A list of HTTP header names whose values should be treated as tags for analytics or routing purposes."},"global_rate_limit":{"type":"object","description":"Overrides or defines a global rate limit specifically for this API, independent of role-based limits.","$$ref":"#/definitions/rbacGlobalRateLimit"},"strip_auth_data":{"type":"boolean","format":"boolean","description":"If true, authentication-related headers or data will be stripped from the request before forwarding to the upstream service."}},"title":"AuthorizedAPI represents the core settings of an API which requires a JWT (JSON Web Token) bearer token to access","$$ref":"#/definitions/rbacSecuredAPI"},"example":[{"name":"nbi/v1/assurance api","slug":"","api_id":"nbi_v1_assurance","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/nbi/v1/assurance/","target_url":"http://robot-assurance:8082","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"WAE Design as service api","slug":"","api_id":"daas","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/daas/","target_url":"http://robot-wae-daas:8080","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Password Change api","slug":"","api_id":"cwpassword","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/password/","target_url":"http://localhost:7777/password","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"NCA api","slug":"","api_id":"cwnca","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/nca/","target_url":"http://robot-nca:6002","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"topology api","slug":"","api_id":"topology","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/topology/","target_url":"http://topo-ui-service:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"zipkin api","slug":"","api_id":"zipkin","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/zipkin","target_url":"http://robot-logger:9411","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robotctl api","slug":"","api_id":"robotctl","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robotctl/","target_url":"http://robot-orch.kube-system.svc.cluster.local:50080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Robot_Infra_API_Proxy","slug":"","api_id":"robot","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":[],"segregate_by_client":false},"oauth_meta":{"allowed_access_types":[],"allowed_authorize_types":[],"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":-1,"base_identity_provided_by":"","definition":{"location":"header","key":"x-api-version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"","paths":{"ignored":[],"white_list":[],"black_list":[]},"use_extended_paths":true,"extended_paths":{"virtual":[{"response_function_name":"relayPost","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlQb3N0KHJlcXVlc3QsIHNlc3Npb24sIGNvbmZpZykgewogICAgICAgIHZhciByZXNwb25zZSA9IHsKICAgICAgICAgICAgICAgIEJvZHk6ICIiLAogICAgICAgICAgICAgICAgSGVhZGVyczogewogICAgICAgICAgICAgICAgICAgICAgICAiY29udGVudC10eXBlIjogImFwcGxpY2F0aW9uL2pzb24iCiAgICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAgQ29kZTogMjAwCiAgICAgICAgfQogICAgICAgIHJlc3BvbnNlLkJvZHkgPSByZXF1ZXN0LkJvZHkKICAgICAgICByZXR1cm4gVHlrSnNSZXNwb25zZShyZXNwb25zZSwgc2Vzc2lvbi5tZXRhX2RhdGEpCgp9","path":"api","method":"POST","use_session":false},{"response_function_name":"relayOptions","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlPcHRpb25zKHJlcXVlc3QsIHNlc3Npb24sIGNvbmZpZykgewogICAgICAgIHZhciByZXNwb25zZSA9IHsKICAgICAgICAgICAgICAgIEhlYWRlcnM6IHsKICAgICAgICAgICAgICAgICAgICAgICAgIkFjY2Vzcy1Db250cm9sLUFsbG93LUNyZWRlbnRpYWxzIjoidHJ1ZSIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1IZWFkZXJzIjoiKiIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1NZXRob2RzIjoiKiIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1PcmlnaW4iOiIqIgogICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgIENvZGU6IDIwMAogICAgICAgIH0KICAgICAgICByZXNwb25zZS5Cb2R5ID0gcmVxdWVzdC5Cb2R5CiAgICAgICAgcmV0dXJuIFR5a0pzUmVzcG9uc2UocmVzcG9uc2UsIHNlc3Npb24ubWV0YV9kYXRhKQoKfQ==","path":"api","method":"OPTIONS","use_session":false},{"response_function_name":"relayGet","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlHZXQocmVxdWVzdCwgc2Vzc2lvbiwgY29uZmlnKSB7CiAgICAgICAgdmFyIHJlc3BvbnNlID0gewogICAgICAgICAgICAgICAgQm9keTogIiIsCiAgICAgICAgICAgICAgICBIZWFkZXJzOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICJjb250ZW50LXR5cGUiOiAiYXBwbGljYXRpb24vanNvbiIKICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICBDb2RlOiAyMDAKICAgICAgICB9CiAgICAgICAgcmVzcG9uc2UuQm9keSA9IHJlcXVlc3QuQm9keQogICAgICAgIHJldHVybiBUeWtKc1Jlc3BvbnNlKHJlc3BvbnNlLCBzZXNzaW9uLm1ldGFfZGF0YSkKCn0=","path":"api","method":"GET","use_session":false}]},"global_headers":{},"global_headers_remove":[],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":[],"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":60,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot/","target_url":"http://localhost:3003/","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":[],"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"hostname","port_data_path":"port","target_path":"/api-slug","use_target_list":false,"cache_timeout":60,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":[],"post":[],"post_key_auth":[{"name":"NatsPrehook","path":"","require_session":false}],"auth_check":{"name":"","path":"","require_session":false},"response":[],"driver":"grpc","id_extractor":{"extract_from":"header","extract_with":"value","extractor_config":{"header_name":"Authorization"}}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":60,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":[],"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":true,"auth_provider":{"name":"","storage_engine":"","meta":{}},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":{}},"enable_batch_request_support":false,"enable_ip_trustlist":false,"allowed_ips":[],"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":[],"CORS":{"enable":false,"allowed_origins":[],"allowed_methods":[],"allowed_headers":[],"exposed_headers":[],"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Platform api","slug":"","api_id":"cwplatform","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/platform/","target_url":"http://robot-orch.kube-system.svc.cluster.local:50080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"kafka-manager api","slug":"","api_id":"kafka-manager","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/kafka-manager/","target_url":"http://kafka-manager:9000","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"inode-manager api","slug":"","api_id":"inode-manager","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/inode-manager/","target_url":"http://inode-manager:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-pycon api","slug":"","api_id":"robot-pycon","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":{"Connection":"Upgrade"},"global_headers_remove":["Connection"],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-pycon/","target_url":"http://robot-pycon:4000","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-nca api","slug":"","api_id":"robot-nca","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-nca/","target_url":"http://robot-nca:6002","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"auth-apis api","slug":"","api_id":"auth-apis","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/auth-apis/","target_url":"http://localhost:7777","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"kibana api","slug":"","api_id":"kibana","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/kibana/","target_url":"http://kibana-logging.kube-system:5601","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"rpd-service-manager-socket api","slug":"","api_id":"rpd-service-manager-socket","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":{"Connection":"Upgrade"},"global_headers_remove":["Connection"],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/rpd-service-manager-socket/","target_url":"http://rpd-service-manager:9095","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-telemetry-broker api","slug":"","api_id":"robot-telemetry-broker","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":{"Connection":"Upgrade"},"global_headers_remove":["Connection"],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-telemetry-broker/","target_url":"http://robot-telemetry-broker:3001","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-grafana api","slug":"","api_id":"robot-grafana","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-grafana/","target_url":"http://robot-grafana:3009","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"api/v1/spans api","slug":"","api_id":"api_v1_spans","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/api/v1/spans","target_url":"http://robot-logger:9411","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"guacamole api","slug":"","api_id":"guacamole","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/guacamole/","target_url":"http://robot-wae-design:8080","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"geoserver api","slug":"","api_id":"geoserver","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/geoserver/","target_url":"http://geoserver:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"rpd-service-manager api","slug":"","api_id":"rpd-service-manager","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/rpd-service-manager/","target_url":"http://rpd-service-manager:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-pulsecore api","slug":"","api_id":"robot-pulsecore","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-pulsecore/","target_url":"http://robot-pulsecore:7001","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"auth-configs api","slug":"","api_id":"auth-configs","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/auth-configs/","target_url":"http://cas:5499","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-pulse api","slug":"","api_id":"robot-pulse","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-pulse/","target_url":"http://robot-pulse:8000","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"gcp-service api","slug":"","api_id":"gcp-service","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/gcp-service/","target_url":"http://gcp-service:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"kubernetes-dashboard.kube-system api","slug":"","api_id":"kubernetes-dashboard.kube-system","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/kubernetes-dashboard.kube-system/","target_url":"http://kubernetes-dashboard.kube-system:80","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-openbmp-mysql api","slug":"","api_id":"robot-openbmp-mysql","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":{"Authorization":"Basic b3BlbmJtcDpvcGVuYm1w"},"global_headers_remove":["Authorization"],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-openbmp-mysql/","target_url":"http://robot-openbmp-mysql:8001","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Topology api","slug":"","api_id":"cwtopology","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/topology/","target_url":"http://topo-ui-service:8080","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"robot-logger api","slug":"","api_id":"robot-logger","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/robot-logger/","target_url":"http://robot-logger:5601","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"api/v1/traces api","slug":"","api_id":"api_v1_traces","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/api/v1/traces","target_url":"http://robot-logger:9411","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"api/v1/trace api","slug":"","api_id":"api_v1_trace","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/api/v1/trace","target_url":"http://robot-logger:9411","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"nbi/v1/central-inventory api","slug":"","api_id":"nbi_v1_central-inventory","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/nbi/v1/central-inventory/","target_url":"http://central-inventory:8097/nbi","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Auth Server Config api","slug":"","api_id":"cwauthconfig","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/authconfig/","target_url":"http://cas:5499","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"api/v1/services api","slug":"","api_id":"api_v1_services","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/api/v1/services","target_url":"http://robot-logger:9411","disable_strip_prefix":false,"strip_listen_path":false,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"HI api","slug":"","api_id":"cwhi","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/hi/","target_url":"http://robot-pulse:8000/","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"inventory api","slug":"","api_id":"cwinventory","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":[],"segregate_by_client":false},"oauth_meta":{"allowed_access_types":[],"allowed_authorize_types":[],"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":-1,"base_identity_provided_by":"","definition":{"location":"header","key":"x-api-version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"","paths":{"ignored":[],"white_list":[],"black_list":[]},"use_extended_paths":true,"extended_paths":{"virtual":[{"response_function_name":"relayPost","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlQb3N0KHJlcXVlc3QsIHNlc3Npb24sIGNvbmZpZykgewogICAgICAgIHZhciByZXNwb25zZSA9IHsKICAgICAgICAgICAgICAgIEJvZHk6ICIiLAogICAgICAgICAgICAgICAgSGVhZGVyczogewogICAgICAgICAgICAgICAgICAgICAgICAiY29udGVudC10eXBlIjogImFwcGxpY2F0aW9uL2pzb24iCiAgICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAgQ29kZTogMjAwCiAgICAgICAgfQogICAgICAgIHJlc3BvbnNlLkJvZHkgPSByZXF1ZXN0LkJvZHkKICAgICAgICByZXR1cm4gVHlrSnNSZXNwb25zZShyZXNwb25zZSwgc2Vzc2lvbi5tZXRhX2RhdGEpCgp9","path":"","method":"POST","use_session":false},{"response_function_name":"relayOptions","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlPcHRpb25zKHJlcXVlc3QsIHNlc3Npb24sIGNvbmZpZykgewogICAgICAgIHZhciByZXNwb25zZSA9IHsKICAgICAgICAgICAgICAgIEhlYWRlcnM6IHsKICAgICAgICAgICAgICAgICAgICAgICAgIkFjY2Vzcy1Db250cm9sLUFsbG93LUNyZWRlbnRpYWxzIjoidHJ1ZSIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1IZWFkZXJzIjoiKiIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1NZXRob2RzIjoiKiIsCiAgICAgICAgICAgICAgICAgICAgICAgICJBY2Nlc3MtQ29udHJvbC1BbGxvdy1PcmlnaW4iOiIqIgogICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgIENvZGU6IDIwMAogICAgICAgIH0KICAgICAgICByZXNwb25zZS5Cb2R5ID0gcmVxdWVzdC5Cb2R5CiAgICAgICAgcmV0dXJuIFR5a0pzUmVzcG9uc2UocmVzcG9uc2UsIHNlc3Npb24ubWV0YV9kYXRhKQoKfQ==","path":"","method":"OPTIONS","use_session":false},{"response_function_name":"relayGet","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlHZXQocmVxdWVzdCwgc2Vzc2lvbiwgY29uZmlnKSB7CiAgICAgICAgdmFyIHJlc3BvbnNlID0gewogICAgICAgICAgICAgICAgQm9keTogIiIsCiAgICAgICAgICAgICAgICBIZWFkZXJzOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICJjb250ZW50LXR5cGUiOiAiYXBwbGljYXRpb24vanNvbiIKICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICBDb2RlOiAyMDAKICAgICAgICB9CiAgICAgICAgcmVzcG9uc2UuQm9keSA9IHJlcXVlc3QuQm9keQogICAgICAgIHJldHVybiBUeWtKc1Jlc3BvbnNlKHJlc3BvbnNlLCBzZXNzaW9uLm1ldGFfZGF0YSkKCn0=","path":"","method":"GET","use_session":false},{"response_function_name":"relayPut","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlQdXQocmVxdWVzdCwgc2Vzc2lvbiwgY29uZmlnKSB7CiAgICAgICAgdmFyIHJlc3BvbnNlID0gewogICAgICAgICAgICAgICAgQm9keTogIiIsCiAgICAgICAgICAgICAgICBIZWFkZXJzOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICJjb250ZW50LXR5cGUiOiAiYXBwbGljYXRpb24vanNvbiIKICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICBDb2RlOiAyMDAKICAgICAgICB9CiAgICAgICAgcmVzcG9uc2UuQm9keSA9IHJlcXVlc3QuQm9keQogICAgICAgIHJldHVybiBUeWtKc1Jlc3BvbnNlKHJlc3BvbnNlLCBzZXNzaW9uLm1ldGFfZGF0YSkKCn0=","path":"","method":"PUT","use_session":false},{"response_function_name":"relayDelete","function_source_type":"blob","function_source_uri":"ZnVuY3Rpb24gcmVsYXlEZWxldGUocmVxdWVzdCwgc2Vzc2lvbiwgY29uZmlnKSB7CiAgICAgICAgdmFyIHJlc3BvbnNlID0gewogICAgICAgICAgICAgICAgQm9keTogIiIsCiAgICAgICAgICAgICAgICBIZWFkZXJzOiB7CiAgICAgICAgICAgICAgICAgICAgICAgICJjb250ZW50LXR5cGUiOiAiYXBwbGljYXRpb24vanNvbiIKICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICBDb2RlOiAyMDAKICAgICAgICB9CiAgICAgICAgcmVzcG9uc2UuQm9keSA9IHJlcXVlc3QuQm9keQogICAgICAgIHJldHVybiBUeWtKc1Jlc3BvbnNlKHJlc3BvbnNlLCBzZXNzaW9uLm1ldGFfZGF0YSkKCn0=","path":"","method":"DELETE","use_session":false}]},"global_headers":{},"global_headers_remove":[],"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":[],"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":60,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/inventory/","target_url":"http://localhost:3004/","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":[],"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"hostname","port_data_path":"port","target_path":"/api-slug","use_target_list":false,"cache_timeout":60,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":[],"post":[],"post_key_auth":[{"name":"NatsPrehook","path":"","require_session":false}],"auth_check":{"name":"","path":"","require_session":false},"response":[],"driver":"grpc","id_extractor":{"extract_from":"header","extract_with":"value","extractor_config":{"header_name":"Authorization"}}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":60,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":[],"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":true,"auth_provider":{"name":"","storage_engine":"","meta":{}},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":{}},"enable_batch_request_support":false,"enable_ip_trustlist":false,"allowed_ips":[],"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":[],"CORS":{"enable":false,"allowed_origins":[],"allowed_methods":[],"allowed_headers":[],"exposed_headers":[],"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"grafana.monitoring api","slug":"","api_id":"grafana.monitoring","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":true,"cookie_name":"token","auth_header_name":"token","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/grafana.monitoring/","target_url":"http://grafana.monitoring:3000","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false},{"name":"Users and Roles api","slug":"","api_id":"cwaaa","org_id":"1","use_keyless":false,"use_oauth2":false,"use_openid":false,"openid_options":{"providers":null,"segregate_by_client":false},"oauth_meta":{"allowed_access_types":null,"allowed_authorize_types":null,"auth_login_redirect":""},"auth":{"use_param":false,"param_name":"","use_cookie":false,"cookie_name":"","auth_header_name":"Authorization","use_certificate":false},"use_basic_auth":false,"basic_auth":{"disable_caching":false,"cache_ttl":0},"use_mutual_tls_auth":false,"client_certificates":null,"upstream_certificates":null,"pinned_public_keys":null,"enable_jwt":true,"use_standard_auth":false,"enable_coprocess_auth":false,"jwt_signing_method":"hmac","jwt_source":"TlRjMFlqVTVOREkyT1RabU5qZ3pOek0wTnpnME5qY3hOR0UyWVRSaE56WTJZalJsTlRVMU1UWm1OemczTURjM05qUTFNelV5TmpnME5USmlNbUkxT0RZNE5EWTNNalU1TlRFMk56VXlOVGszTmpjeE56TXpaQT09","jwt_identity_base_field":"sub","jwt_client_base_field":"","jwt_policy_field_name":"policy_id","jwt_issued_at_validation_skew":0,"jwt_expires_at_validation_skew":0,"jwt_not_before_validation_skew":0,"jwt_skip_kid":false,"notifications":{"shared_secret":"","oauth_on_keychange_url":""},"enable_signature_checking":false,"hmac_allowed_clock_skew":0,"base_identity_provided_by":"","definition":{"location":"header","key":"version","strip_path":false},"version_data":{"not_versioned":true,"default_version":"","versions":{"Default":{"name":"Default","expires":"3000-01-02 15:04","paths":{"ignored":null,"white_list":null,"black_list":null},"use_extended_paths":true,"extended_paths":{},"global_headers":null,"global_headers_remove":null,"global_size_limit":0,"override_target":""}}},"uptime_tests":{"check_list":null,"config":{"expire_utime_after":0,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"recheck_wait":0}},"proxy":{"preserve_host_header":false,"listen_path":"/crosswork/aaa/","target_url":"http://localhost:7777","disable_strip_prefix":false,"strip_listen_path":true,"enable_load_balancing":false,"target_list":null,"check_host_against_uptime_tests":false,"service_discovery":{"use_discovery_service":false,"query_endpoint":"","use_nested_query":false,"parent_data_path":"","data_path":"","port_data_path":"","target_path":"","use_target_list":false,"cache_timeout":0,"endpoint_returns_list":false},"transport":{"ssl_ciphers":null,"ssl_min_version":0,"proxy_url":""}},"disable_rate_limit":false,"disable_quota":false,"custom_middleware":{"pre":null,"post":null,"post_key_auth":null,"auth_check":{"name":"","path":"","require_session":false},"response":null,"driver":"","id_extractor":{"extract_from":"","extract_with":"","extractor_config":null}},"custom_middleware_bundle":"","cache_options":{"cache_timeout":0,"enable_cache":false,"cache_all_safe_requests":false,"cache_response_codes":null,"enable_upstream_cache_control":false,"cache_control_ttl_header":""},"session_lifetime":0,"active":false,"auth_provider":{"name":"","storage_engine":"","meta":null},"session_provider":{"name":"","storage_engine":"","meta":null},"event_handlers":{"events":null},"enable_batch_request_support":true,"enable_ip_trustlist":false,"allowed_ips":null,"enable_ip_denylist":false,"blocked_ips":null,"dont_set_quota_on_create":false,"expire_analytics_after":0,"response_processors":null,"CORS":{"enable":false,"allowed_origins":null,"allowed_methods":null,"allowed_headers":null,"exposed_headers":null,"allow_credentials":false,"max_age":24,"options_passthrough":true,"debug":false},"domain":"","do_not_track":false,"tags":["jwt"],"enable_context_vars":false,"config_data":null,"tag_headers":null,"global_rate_limit":{"rate":0,"per":0},"strip_auth_data":false}],"$$ref":"#/definitions/rbacSecuredAPIs"}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"tags":["rbac"],"__originalOperationId":"GetAuthorizedAPIs","consumes":["application/json"],"produces":["application/json"],"security":[{"bearerAuth":[]}],"method":"get","path":"/api"}}