Merge "Expose receipt_setup and receipt_rotate command"

This commit is contained in:
Zuul 2019-01-30 22:33:04 +00:00 committed by Gerrit Code Review
commit 02fcd543df
2 changed files with 7 additions and 3 deletions

View File

@ -17,10 +17,12 @@ Available commands:
* ``domain_config_upload``: Upload domain configuration file.
* ``fernet_rotate``: Rotate keys in the Fernet key repository.
* ``fernet_setup``: Setup a Fernet key repository for token encryption.
* ``token_rotate``: Rotate token keys in the key repository.
* ``token_setup``: Setup a token key repository for token encryption.
* ``mapping_populate``: Prepare domain-specific LDAP backend.
* ``mapping_purge``: Purge the identity mapping table.
* ``mapping_engine``: Test your federation mapping rules.
* ``receipt_rotate``: Rotate auth receipts encryption keys.
* ``receipt_setup``: Setup a key repository for auth receipts.
* ``saml_idp_metadata``: Generate identity provider metadata.
* ``trust_flush``: Purge expired trusts.
* ``token_rotate``: Rotate token keys in the key repository.
* ``token_setup``: Setup a token key repository for token encryption.
* ``trust_flush``: Purge expired trusts.

View File

@ -1256,6 +1256,8 @@ CMDS = [
MappingPopulate,
MappingPurge,
MappingEngineTester,
ReceiptRotate,
ReceiptSetup,
SamlIdentityProviderMetadata,
TokenRotate,
TokenSetup,