action conjur_k8s_inject_client_cert { label: "For applications running in Kubernetes; sends Conjur a certificate\nsigning request (CSR) and requests a client certificate injected into\nthe application's Kubernetes pod.\n" description: "This request sends a Certificate Signing Request to Conjur,\nwhich uses the Kubernetes API to inject a client certificate into the\napplication pod.\n\nThis endpoint requires a properly configured Conjur Certificate Authority\nservice alongside a properly configured and enabled Kubernetes authenticator.\nFor detailed instructions,\nsee [the documentation](https://docs.conjur.org/Latest/en/Content/Integrations/kubernetes.htm).\n" provider: conjur method: POST path: "/authn-k8s/{service_id}/inject_client_cert" encoding: json input: { type: "object" properties: { "Host-Id-Prefix": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }