Bug 1319349 - [DOCS] service account on logging deployer is incorrect
Summary: [DOCS] service account on logging deployer is incorrect
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Timothy
QA Contact: Erik M Jacobs
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-18 23:07 UTC by Erik M Jacobs
Modified: 2016-11-08 06:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-19 06:26:03 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.