This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.5.3. auth
권한을 검사하고 RBAC 역할을 조정합니다.
예제: 현재 사용자가 Pod 로그를 읽을 수 있는지 확인
oc auth can-i get pods --subresource=log
$ oc auth can-i get pods --subresource=log
예제: 파일에서 RBAC 역할 및 권한 조정
oc auth reconcile -f policy.json
$ oc auth reconcile -f policy.json