Skip to content

kyma alpha authorize ​

Authorizes a subject (user, group, or service account) with Kyma RBAC resources.

Synopsis ​

Create a RoleBinding or ClusterRoleBinding that grants access to a Kyma role or cluster role for a user, group, or service account.

bash
kyma alpha authorize

Available Commands ​

text
  group          - Authorizes a group with Kyma RBAC resources
  repository     - Configures a trust between a Kyma cluster and a GitHub repository
  serviceaccount - Authorizes a service account with Kyma RBAC resources
  user           - Authorizes a user with Kyma RBAC resources

Flags ​

text
      --context string          The name of the kubeconfig context to use
  -h, --help                    Help for the command
      --kubeconfig string       Path to the Kyma kubeconfig file
      --show-extensions-error   Prints a possible error when fetching extensions fails
      --skip-extensions         Skips fetching extensions from the target Kyma environment

See also ​