How-To Guides
...
AAPM Agent with SDKs and Conta...
Agent Cache Mechanism
1 min
the aapm agent is designed to securely manage passwords between applications it enables applications to access secure and dynamically updated passwords instead of hardcoded credentials this enhances security while centralizing password management the agent functions as a layer between the application and the kron pam password vault it can be installed on linux and windows environments or deployed as a container on kubernetes & openshift platforms to report its operational status, the agent communicates with kron pam at regular intervals via heartbeat logs this allows the agent’s status to be monitored directly from kron pam instead of sending every request to kron pam, the agent utilizes a caching mechanism to serve requests based on stored cache data the cache duration is determined by the application’s request when an application requests access to an account, the agent retrieves the password from the kron pam password vault on the first request subsequent requests are then served directly from the agent’s cache the validity status of the cached password is checked based on configurable parameters there are two modes for status validation the first is regular mode , which periodically verifies the password's validity at set intervals the second is the intensive mode , which increases the frequency of validation checks as the password change time approaches both modes can be adjusted based on parameterized time intervals the transition to intensive mode is determined by the bufferinseconds parameter