Managing Trusts

Trilio is using the OpenStack Keystone Trust systemarrow-up-right which enables the Trilio service user to act in the name of another OpenStack user.

This system is used during all backup and restore features.

triangle-exclamation

Trusts can only be worked with via CLI

List all trusts

workloadmgr trust-list

Show a trust

workloadmgr trust-show <trust_id>
  • <trust_id> ➡️ ID of the trust to show

Create a trust

workloadmgr trust-create [--is_cloud_trust {True,False}] <role_name>
  • <role_name> ➡️Name of the role that trust is created for

  • --is_cloud_trust {True,False} ➡️ Set to true if creating cloud admin trust. While creating cloud trust use same user and tenant which used to configure Trilio and keep the role admin.

Delete a trust

  • <trust_id> ➡️ ID of the trust to be deleted

Last updated

Was this helpful?