confluent iam rbac role-binding create

説明

Create a role binding.

confluent iam rbac role-binding create [flags]

注釈

If you need to troubleshoot when setting up role bindings, it may be helpful to view audit logs on the fly to identify authorization events for specific principals, resources, or operations. For details, refer to Viewing audit logs on the fly.

フラグ

    --role string            REQUIRED: Role name of the new role binding.
    --principal string       REQUIRED: Qualified principal name for the role binding.
    --cloud-cluster string   Cloud cluster ID for the role binding.
    --environment string     Environment ID for scope of role-binding create.
    --current-env            Use current environment ID for scope.
-o, --output string          Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

プリンシパルのロールバインディングを作成して、指定されたクラスターと環境の CloudClusterAdmin ロールを付与します。

confluent iam rbac role-binding create --principal User:u-ab1234 --role CloudClusterAdmin --cloud-cluster lkc-ab123 --environment env-abcde

関連情報