Created
June 21, 2017 15:30
-
-
Save fedesilva/420f856d2f6ce182cfd2598b0fa6dc78 to your computer and use it in GitHub Desktop.
kong cosomojo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| timers: { | |
| running: 0, | |
| pending: 4 | |
| }, | |
| configuration: { | |
| admin_error_log: "logs/error.log", | |
| cassandra_lb_policy: "RoundRobin", | |
| admin_access_log: "logs/admin_access.log", | |
| cassandra_port: 9042, | |
| serf_path: "serf", | |
| nginx_kong_conf: "/usr/local/kong/nginx-kong.conf", | |
| proxy_access_log: "logs/access.log", | |
| proxy_listen: "0.0.0.0:8000", | |
| ssl_cert: "/usr/local/kong/ssl/kong-default.crt", | |
| proxy_port: 8000, | |
| admin_listen: "0.0.0.0:8001", | |
| latency_tokens: true, | |
| ssl_cert_default: "/usr/local/kong/ssl/kong-default.crt", | |
| cassandra_repl_factor: 1, | |
| cluster_profile: "wan", | |
| proxy_error_log: "logs/error.log", | |
| lua_package_cpath: "", | |
| cassandra_consistency: "ONE", | |
| cassandra_schema_consensus_timeout: 10000, | |
| ssl_ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256", | |
| pg_host: "kong-database", | |
| pg_port: 5432, | |
| cluster_ttl_on_failure: 3600, | |
| nginx_err_logs: "/usr/local/kong/logs/error.log", | |
| plugins: { | |
| syslog: true, | |
| ldap-auth: true, | |
| rate-limiting: true, | |
| correlation-id: true, | |
| jwt: true, | |
| request-termination: true, | |
| runscope: true, | |
| key-auth: true, | |
| http-log: true, | |
| tcp-log: true, | |
| response-transformer: true, | |
| statsd: true, | |
| basic-auth: true, | |
| request-transformer: true, | |
| galileo: true, | |
| request-size-limiting: true, | |
| bot-detection: true, | |
| datadog: true, | |
| acl: true, | |
| file-log: true, | |
| ip-restriction: true, | |
| udp-log: true, | |
| cors: true, | |
| loggly: true, | |
| aws-lambda: true, | |
| oauth2: true, | |
| response-ratelimiting: true, | |
| hmac-auth: true | |
| }, | |
| nginx_optimizations: true, | |
| cassandra_keyspace: "kong", | |
| cassandra_data_centers: [ | |
| "dc1:2", | |
| "dc2:3" | |
| ], | |
| ssl_cert_key: "/usr/local/kong/ssl/kong-default.key", | |
| ssl_cipher_suite: "modern", | |
| lua_package_path: "?/init.lua;./kong/?.lua", | |
| cassandra_ssl: false, | |
| admin_ssl: true, | |
| ssl_cert_key_default: "/usr/local/kong/ssl/kong-default.key", | |
| anonymous_reports: true, | |
| kong_env: "/usr/local/kong/.kong_env", | |
| serf_log: "/usr/local/kong/logs/serf.log", | |
| admin_ssl_ip: "0.0.0.0", | |
| lua_ssl_verify_depth: 1, | |
| log_level: "notice", | |
| mem_cache_size: "128m", | |
| proxy_listen_ssl: "0.0.0.0:8443", | |
| client_ssl_cert_default: "/usr/local/kong/ssl/kong-default.crt", | |
| upstream_keepalive: 60, | |
| nginx_pid: "/usr/local/kong/pids/nginx.pid", | |
| database: "cassandra", | |
| nginx_worker_processes: "auto", | |
| cassandra_contact_points: [ | |
| "kong-database" | |
| ], | |
| proxy_ip: "0.0.0.0", | |
| prefix: "/usr/local/kong", | |
| pg_ssl: false, | |
| proxy_ssl_port: 8443, | |
| client_ssl: false, | |
| pg_database: "kong", | |
| admin_ip: "0.0.0.0", | |
| admin_listen_ssl: "0.0.0.0:8444", | |
| admin_ssl_cert_default: "/usr/local/kong/ssl/admin-kong-default.crt", | |
| cassandra_repl_strategy: "SimpleStrategy", | |
| serf_node_id: "/usr/local/kong/serf/serf.id", | |
| lua_socket_pool_size: 30, | |
| ssl_cert_csr_default: "/usr/local/kong/ssl/kong-default.csr", | |
| server_tokens: true, | |
| admin_port: 8001, | |
| ssl: true, | |
| client_ssl_cert_key_default: "/usr/local/kong/ssl/kong-default.key", | |
| admin_ssl_cert: "/usr/local/kong/ssl/admin-kong-default.crt", | |
| dns_hostsfile: "/etc/hosts", | |
| cassandra_timeout: 5000, | |
| proxy_ssl_ip: "0.0.0.0", | |
| admin_ssl_cert_key: "/usr/local/kong/ssl/admin-kong-default.key", | |
| nginx_daemon: "off", | |
| custom_plugins: { }, | |
| lua_code_cache: "on", | |
| serf_pid: "/usr/local/kong/pids/serf.pid", | |
| admin_ssl_port: 8444, | |
| cluster_listen: "0.0.0.0:7946", | |
| cassandra_username: "kong", | |
| pg_user: "kong", | |
| pg_ssl_verify: false, | |
| client_ssl_cert_csr_default: "/usr/local/kong/ssl/kong-default.csr", | |
| cassandra_ssl_verify: false, | |
| admin_ssl_cert_key_default: "/usr/local/kong/ssl/admin-kong-default.key", | |
| nginx_conf: "/usr/local/kong/nginx.conf", | |
| admin_ssl_cert_csr_default: "/usr/local/kong/ssl/admin-kong-default.csr", | |
| serf_event: "/usr/local/kong/serf/serf_event.sh", | |
| nginx_admin_acc_logs: "/usr/local/kong/logs/admin_access.log", | |
| dns_resolver: { }, | |
| nginx_acc_logs: "/usr/local/kong/logs/access.log", | |
| cluster_listen_rpc: "127.0.0.1:7373" | |
| }, | |
| version: "0.10.3", | |
| prng_seeds: { | |
| pid: 78: 168108155383, | |
| pid: 77: 541120330281 | |
| }, | |
| lua_version: "LuaJIT 2.1.0-beta2", | |
| tagline: "Welcome to kong", | |
| hostname: "c14cc234f91f", | |
| plugins: { | |
| enabled_in_cluster: { }, | |
| available_on_server: { | |
| syslog: true, | |
| ldap-auth: true, | |
| rate-limiting: true, | |
| correlation-id: true, | |
| jwt: true, | |
| request-termination: true, | |
| runscope: true, | |
| request-transformer: true, | |
| http-log: true, | |
| loggly: true, | |
| response-transformer: true, | |
| basic-auth: true, | |
| tcp-log: true, | |
| hmac-auth: true, | |
| oauth2: true, | |
| acl: true, | |
| bot-detection: true, | |
| udp-log: true, | |
| cors: true, | |
| file-log: true, | |
| ip-restriction: true, | |
| datadog: true, | |
| request-size-limiting: true, | |
| galileo: true, | |
| aws-lambda: true, | |
| statsd: true, | |
| response-ratelimiting: true, | |
| key-auth: true | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment