> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 在 OCI 上配置运维授权

本文介绍如何在 OCI 上为 AutoMQ 进行运维授权。

## 背景信息

在创建 BYOC 集群时，您需要授权 AutoMQ 运维平台访问您的 OCI Bucket，以便进行集群的运维操作。本文将引导您完成 OCI 上的运维授权操作。

## 操作流程

您需要在您的 OCI tenancy 中创建一个 Policy，允许 AutoMQ 运维平台使用的 Group 访问对应的运维 Bucket。

请参考以下命令，并将 `<ops-bucket-name>` 替换为您的 OPS Bucket 名称。

```shell theme={null}
Define group OpsAccessGroup as ocid1.group.oc1..aaaaaaaakauhv6pn2cmx4vrrbzysk4oeqmp2lqabjistbkgapzawnl5m74ia

Define tenancy SourceTenancy as ocid1.tenancy.oc1..aaaaaaaaeufibuie3dttnycwg6h2jnfpqot6w2guvdjz2oiqseggpdpmfl7a

Admit group OpsAccessGroup of tenancy SourceTenancy to read,write objects in tenancy where target.bucket.name='<ops-bucket-name>'
```

完成以上操作后，您就可以继续在 AutoMQ 平台上进行后续的集群创建和管理操作了。
