summaryrefslogtreecommitdiff
path: root/config/initializers/kubeclient.rb
Commit message (Collapse)AuthorAgeFilesLines
* Monkey kubeclient to not follow any redirects.Thong Kuah2018-10-261-0/+21
| | | | | | This should prevent any malicious server from responding with a location that will redirect us and expose internal services, as kubeclient's rest-client will no longer follow redirects.
* Fix rubocop46259-prometheus-integration-fails-on-kube-1-10Tiago Botelho2018-05-231-0/+1
|
* Monkey patches Kubeclient::Client#proxy_url in order to make it compliant ↵Tiago Botelho2018-05-221-0/+15
with version 1.10 of kubernetes API