The {product-title} API server automatically provisions new projects based on
the project template that is identified by the projectRequestTemplate
parameter in the cluster’s project configuration resource. If the parameter is
not defined, the API server creates a default template that creates a project
with the requested name, and assigns the requesting user to the admin
role for
that project.
When a project request is submitted, the API substitutes the following parameters into the template:
Parameter | Description |
---|---|
|
The name of the project. Required. |
|
The display name of the project. May be empty. |
|
The description of the project. May be empty. |
|
The user name of the administrating user. |
|
The user name of the requesting user. |
Access to the API is granted to developers with the self-provisioner
role and
the self-provisioners
cluster role binding. This role is available to all
authenticated developers by default.