keystone/doc/source/admin/manage-trusts.rst
Andreas Jaeger f10f95b455 Docs: Make robust with using real links
Our tools noticed that keystone links to
https://docs.openstack.org/keystone/latest/admin/identity-domain-specific-config.html
which does not exist anymore.

The page was removed but the link to it was not changed. Replace this
and similar links with internal links that will work even if files are
moved - and can be verified, thus sphinx will error in case of broken
targets.

These changes include a few other fixes for broken keystone links, e.g.
to renamed anchors.

For the include files in admin/configuration.rst and
admin/federation/configure_federation.rst: Rename them to *inc.
The files were
published twice (as separate files and on this page) and thus
referencing failed. Renaming avoids this.

Also, put doctree outside of html tree so that it does not get
published.

Change-Id: I3d07637b0046cc88a66bcb51a0a4fe7c146c1549
2019-08-09 20:15:14 +02:00

964 B

Managing trusts

A trust is an OpenStack Identity extension that enables delegation and, optionally, impersonation through keystone. See the user guide on using trusts </user/trusts>.

Removing Expired Trusts

In the SQL trust stores expired and soft deleted trusts, that are not automatically removed. These trusts can be removed with:

$ 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.