Install the Secrets Management Agent
3 min
the agent is the component that registers with the kron pam server and provides grpc access to other components the parameters below control the following secrets management agent parameters parameter meaning secrets installtoken the token used for initial registration with kron pam, typically single use obtained from the kron pam console under application token → agent secrets address the address (hostname/ip) of the kron pam server config singleconnect agentname the unique name under which this agent will appear in the kron pam console config singleconnect sslignored set to true if the kron pam server's certificate is self signed or untrusted; false is sufficient if kron pam has a publicly trusted certificate config singleconnect hostnameignored set to true to skip hostname verification if the certificate hostname doesn't match the connection address helm install kron aapm agent kron pam/kron aapm agent \\ \ namespace ns agent \\ \ create namespace \\ \ set secrets installtoken="\<kron pam aapm agent installation token>" \\ \ set secrets address="\<kron pam server address>" \\ \ set config singleconnect agentname="\<agent name>" \\ \ set config singleconnect sslignored=false \\ \ set config singleconnect hostnameignored=false the installation token is valid for a limited period once it expires, it can no longer be used for agent registration obtain a new token from the kron pam console if the token has expired verification execute the following command to check the status of the installation kubectl get pods n ns agent kubectl logs n ns agent deploy/kron aapm agent tail=40 success criteria pod is 1/1 running and the logs show doregistercall result ok followed by ping successful