Application Services¶
This module provides the implementation of different services used by the application.
Key Management¶
This module provides the functionality to create a valid KeyRetriever that can be used by the Dispatcher object to provide a valid key to the forwarding TMS.
- create_ptca_key_retriever(vault, **_ignore)¶
Creates a valid KeyRetriever for PTCA.
- Parameters
vault (dict) – Configuration of the secrets manager to retrieve the key.