管理信任¶
信任是 OpenStack Identity 扩展,它通过 keystone 实现授权和可选的身份冒用。请参阅 关于使用信任的用户指南。
删除过期的信任¶
在 SQL 信任存储中,过期的和软删除的信任不会自动删除。可以使用以下方法删除这些信任:
$ keystone-manage trust_flush [options]
OPTIONS (optional):
--project-id <string>:
To purge trusts of given project-id.
--trustor-user-id <string>:
To purge trusts of given trustor-id.
--trustee-user-id <string>:
To purge trusts of given trustee-id.
--date <string>:
To purge trusts older than date. If no date is supplied
keystone-manage will use the system clock time at runtime.