Commit Graph

7 Commits

Author SHA1 Message Date
Chris Wedgwood 3771faa8fa [uwsgi] remove extraneous argument
-z or --socket-timeout work, don't need both

Change-Id: I8fe3d84bab890297b62c6e5dc166c7665a870739
2020-04-23 22:28:39 +00:00
Crank, Daniel (dc6350) d8c87f3f7b Log client-id in UCP API endpoints
Adds functionality to read context marker and end-user
from request headers and log that information where
available, to aid in tracing transactions that span
multiple Airship components.

Change-Id: I31c26b269ef6db9ebf44eb381eb6745ce40fc4ea
2019-04-05 09:55:15 +00:00
Scott Hussey 249c5195ef [Fix] Allow larger headers in API requests
- Some API calls require very long query strings and thus
  overrun the iuWSGI default 4k buffer sizes. Expand the buffer
  to handle these larger requests.

Change-Id: If61a6b4370452094cbbc2e5f5a88254d0a21c00b
2018-03-01 09:30:39 -06:00
Mark Burnett ff3787c2ad Use HAProxy for apiserver discovery
This removes the reliance on coredns for APIserver discovery, allowing
a simpler configuration that is compatible with corednx 1.0.x

Change-Id: Ia3b7b5627c16ec47af6b0d6d5e8dee2674e9b1ee
2018-02-08 14:30:35 -06:00
Mark Burnett 1d1b8a7bf9 Test: extend uwsgi timeout to facilitate testing
Change-Id: Icd19235e3be8855c2337a752d9e42fcfaada2a33
2017-12-13 11:40:02 -06:00
Mark Burnett 51df4ce078 Avoid insecure apiserver port for tiller
This allows us to replace the apiserver process during genesis with the
chart-managed version that is likely to only listen on a secure port.

* Bundle armada + tiller + insecure apiserver into a static pod
* Report aramda logs via host filesystem

NOTE: This is using an additional apiserver sidecar rather than a
`kubectl proxy` sidecar with a serviceaccount, because it's running as a
static pod.

Change-Id: I39c638020c0ad36db8d3b10c4ecb959a6642ad0e
2017-12-01 14:46:32 -06:00
Mark Burnett 6caf7fb54d Add initial chart for Promenade API
Co-author: Mark Burnett <mark.m.burnett@gmail.com>
Co-author: Samantha Blanco <spblanco.1@gmail.com>

Change-Id: I2e6af00b7905d9070f79b8c536385ebdae877d50
2017-11-15 14:19:43 -06:00