Bug 1486142
Summary: | cluster-reader is suggested to have permission to run `oadm top node/pod` | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Xingxing Xia <xxia> |
Component: | apiserver-auth | Assignee: | Simo Sorce <ssorce> |
Status: | CLOSED NOTABUG | QA Contact: | Chuan Yu <chuyu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.1 | CC: | aos-bugs, jliggitt, mkhan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-09-09 20:05:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Xingxing Xia
2017-08-29 07:26:08 UTC
@Jordan pods/proxy and services/proxy are marked as escalating resources in TestClusterReaderCoverage. I assume this is because the proxy capabilities could be abused to gain access to secrets? Could you give specifics? @Xingxing I plan to close this once I get more info from Jordan. proxying to arbitrary services and pods is considered escalating because it allows access to unknown capabilities, and we cannot guarantee the access is read-only Cluster reader must be guaranteed to only have read access to resources. Since that cannot be determined for the pod/service proxy sub resources, we cannot add those permissions to it. |