Closed velp closed 3 years ago
Our customers should be able to manage RBAC for BGPVPNs. So we have to add RBAC management section as we have for networks:
API reference: https://docs.openstack.org/api-ref/network/v2/index.html?expanded=create-rbac-policy-detail#create-rbac-policy Example of request body:
{ "rbac_policy": { "action": "access_as_shared", "object_type": "bgpvpn", "target_tenant": "<TARGET_TENANT>", "object_id": "<BGPVPN_ID>" } }
Where: <TARGET_TENANT> - is the target tenant which should have access for this bgpvpn object <BGPVPN_ID> - is ID of bgpvpn that will be shared
<TARGET_TENANT>
bgpvpn
<BGPVPN_ID>
done with 5f877748d5735546c8606c97cb9d42612a4a0c8a
Our customers should be able to manage RBAC for BGPVPNs. So we have to add RBAC management section as we have for networks:
API reference: https://docs.openstack.org/api-ref/network/v2/index.html?expanded=create-rbac-policy-detail#create-rbac-policy Example of request body:
Where:
<TARGET_TENANT>
- is the target tenant which should have access for thisbgpvpn
object<BGPVPN_ID>
- is ID ofbgpvpn
that will be shared