kubo-release
kubo-release copied to clipboard
kube-apiserver should use a different certificate for the requestheader-client-ca-file
The API server should have a specific CA certificate for the Aggregator rather than reusing the kubo_ca. By reusing kubo_ca we're blurring trust boundaries and possibly opening up new attack vectors that wouldn't otherwise exist.
Configure the aggregation layer: Enable apiserver flags Serving Certificates, Authentication, and Authorization: RequestHeader Authentication
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/158193278
The labels on this github issue will be updated when the story is started.
- Does Service-catalog use API-extensions?
- Who uses Aggregator API?
- How do they provide the certificate for it?
- What is an upgrade path for such people?