Signs a digital identity certificate for the Alation Agent. If the Agent has an existing certificate active, it will be revoked. Install the returned certificate on your Alation Agent using kratos
and restart hydra
to establish a connection with your Alation Cloud Service instance.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/agent/agent_id/sign_certificate/ \
--header 'accept: application/json' \
--header 'content-type: application/json'