Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 615 Bytes

impersonation-project-creation.adoc

File metadata and controls

19 lines (15 loc) · 615 Bytes

Impersonating a user when you create a project

You can impersonate a different user when you create a project request. Because system:authenticated:oauth is the only bootstrap group that can create project requests, you must impersonate that group.

Procedure
  • To create a project request on behalf of a different user:

    $ oc new-project <project> --as=<user> \
        --as-group=system:authenticated --as-group=system:authenticated:oauth