How-To Guides
...
Password Service
Install Password Service
2 min
the service installation is performed using the helm chart obtained from the helm repository \# helm install kron pam aapm service kron pam/kron aapm service \\ \ namespace kron pam aapm \\ \ set image tag=0 0 1 amd64 \\ \ set tls enabled=true \\ \ set tls password="topsecret" \\ \ set tls alias="kron alias" to test the password service , the test command is executed using the helm package manager this allows for testing whether the service is running correctly \# helm test kron pam aapm service to call the service from within the application, a post request is sent to the service url the url used corresponds to the namespace in which the password service is deployed curl cacert /tmp/kron pam aapm service crt x post https //kron pam aapm service 8443/vault \\ h "content type application/json" \\ d '{ "token" "\<token>", "accountname" "\<account name>", "accountpath" ""\<account path>"", "responsetype" "json" }' | tee response json