kosa8 docs

Commands / kosa8 approve status

kosa8 approve status

Show whether a request has the approvals it needs, and who is still missing

Usage

kosa8 status REQUEST

Checks every approval filed for the request against the org policy: signatures, that each signer is a listed approver with the right role, and that nobody approved their own request. Exits non-zero until the request is fully approved, so a script can wait on it.

--record submits a satisfied request to the daemon, which verifies it again and writes it to the audit log. A request can be recorded once.

Options

FlagTypeWhat it doesDefault
--recordboolrecord a satisfied request in the audit log (once)—