Bug 1319349

Summary: [DOCS] service account on logging deployer is incorrect
Product: OpenShift Container Platform Reporter: Erik M Jacobs <ejacobs>
Component: DocumentationAssignee: Timothy <tpoitras>
Status: CLOSED CURRENTRELEASE QA Contact: Erik M Jacobs <ejacobs>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 3.1.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 06:26:03 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:

Description Erik M Jacobs 2016-03-18 23:07:45 UTC
https://docs.openshift.com/enterprise/latest/install_config/aggregate_logging.html

Then, enable the logging-deployer service account to edit the project contents. By default service accounts are not allowed to do this. The following example uses the logging project. Be sure to use the project created above in the following example:

$ oc policy add-role-to-user edit \
            system:serviceaccount:default:logging-deployer

^^^ this should be:

system:serviceaccount:logging:logging-deployer