Managing Trusts
Openstack Administrators should never have the need to directly work with the trusts created.
The cloud-trust is created during the Trilio configuration and further trusts are created as necessary upon creating or modifying a workload.
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts
List Trusts
post
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts
Create Trust
{
"trusts":{
"role_name":"member",
"is_cloud_trust":false
}
}
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/<trust_id>
Show Trust
delete
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/<trust_id>
Delete Trust
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/validate/<workload_id>
Validate Scheduler Trust
Last modified 1d ago