Authorization

Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.

JSON representation
{
  "adminUsers": [
    {
      object (ClusterUser)
    }
  ]
}
Fields
adminUsers[]

object (ClusterUser)

Required. For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.

ClusterUser

ClusterUser configures user principals for an RBAC policy.

JSON representation
{
  "username": string
}
Fields
username

string

Required. The name of the user, e.g. my-gcp-id@gmail.com.