This is a cache of https://docs.okd.io/latest/applications/projects/creating-project-other-user.html. It is a snapshot of the page at 2026-08-15T18:53:17.279+0000.
Creating a project as another <strong>user</strong> - Projects | Building applications | OKD 4
×

You can use impersonation to create a project on behalf of a different user account.

API impersonation

You can configure API requests in OKD to act as another user. Impersonation allows you to perform actions on behalf of another account without switching credentials.

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