Set the assisted-claiming configuration
POST/v1/admin/claiming/config
Stores the claiming configuration - the claiming mode, the per-claimant
quota, the shared X.509 subject, and the CA/leaf validities. This is the
whole feature's runtime configuration; it is set here rather than at
deploy time. Every field is optional; omitted fields fall back to
built-in defaults, and an omitted mode leaves claiming off. The mode
and quota take effect on subsequent claims immediately; the subject and
leaf validity take effect on subsequent certificates; the CA fields apply
only at the next mint (POST /v1/admin/claiming/ca).
Available only on deployments with assisted claiming enabled. Only super admin users can access this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Configuration stored
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error