Commit Graph

899 Commits (def9438ad62e2c71975e2ac1a4f96b6f5ec663a5)

Author SHA1 Message Date
Herman Slatman def9438ad6
Improve handling of bad JSON protobuf bodies 2 years ago
Herman Slatman 2ca5c0170f
Fix flaky test behavior for protobuf messages 2 years ago
Herman Slatman abcad679ff
Merge branch 'master' into herman/allow-deny 2 years ago
Herman Slatman 8d15a027a7
Fix if-else linting issue 2 years ago
Mariano Cano c066694c0c Allow renew token issuer to be the provisioner name.
For consistency with AuthorizeAdminToken, AuthorizeRenewToken will
allow the issuer to be either the fixed string 'step-ca-client/1.0'
or the provisioner name.
2 years ago
Herman Slatman 99702d3648
Fix case of no authority policy existing 2 years ago
Herman Slatman d6be9450be
Merge branch 'master' into herman/allow-deny 2 years ago
Herman Slatman 30d5d89a13
Improve test coverage for Policy Admin API 2 years ago
Mariano Cano d3b6bc3c75 Merge branch 'master' into fix/adminra 2 years ago
Mariano Cano ad5aedfa60 Fix backward compatibility in AuthorizeAdminToken
This commit validates both new and old issuers.
2 years ago
Mariano Cano 5f714f2485 Fix tests for AuthorizeRenewToken 2 years ago
Mariano Cano 674dc3c844 Rename unreleased claim to allowRenewalAfterExpiry for consistency. 2 years ago
Mariano Cano 4e4d4e882f Use a fixed string for renewal token issuer. 2 years ago
Mariano Cano 0a5dc237df Fix typo in comment. 3 years ago
Mariano Cano 00cd0f5f21
Apply suggestions from code review
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
3 years ago
Mariano Cano c8c59d68f5 Allow mTLS renewals if the provisioner extension does not exists.
This fixes a backward compatibility issue with with the new
LoadProvisionerByCertificate.
3 years ago
Herman Slatman 256fe113f7
Improve tests for ACME account policy 3 years ago
Panagiotis Siatras f2cf9cf828
authority/status: removed the package (#892) 3 years ago
Mariano Cano af8fcf5b01 Use always LoadProvisionerByCertificate on authority package 3 years ago
Mariano Cano 1d1e095447 Add tests for LoadProvisionerByCertificate. 3 years ago
Herman Slatman 0bb15e16f9
Fix missing ACME provisioner option 3 years ago
Herman Slatman 9797b3350e
Merge branch 'master' into herman/allow-deny 3 years ago
Mariano Cano dfdc9c06ed Fix linter error importShadow 3 years ago
Mariano Cano 8abd568f03 Merge branch 'master' into fix/adminra 3 years ago
Mariano Cano b7e11da480 Merge branch 'master' into feat/linkedra 3 years ago
Mariano Cano c55b27a2fc Refactor admin token to use with RAs. 3 years ago
Herman Slatman 034b7943fe
Merge branch 'master' into herman/allow-deny 3 years ago
Herman Slatman 7df52dbb76
Add ACME EAB policy 3 years ago
Mariano Cano db337debcd Load provisioner from the database instead of the extension. 3 years ago
Mariano Cano df8ffb35af Remove unnecessary database in provisioner config. 3 years ago
Carl Tashian 150eee70df Updates based on Herman's feedback 3 years ago
Carl Tashian 4b9f44982d Merge branch 'master' into startup-info 3 years ago
Carl Tashian 43f2c655b9 More info on startup 3 years ago
Herman Slatman 679e2945f2
Disallow name constraint wildcard notation 3 years ago
Herman Slatman 96f4c49b0c
Improve how policy errors are returned and used 3 years ago
Herman Slatman d8776d8f7f
Add K8sSA SSH user policy back
According to the docs, the K8sSA provisioner can be configured
to issue SSH user certs.
3 years ago
Herman Slatman 571b21abbc
Fix (most) PR comments 3 years ago
Carl Tashian 1ba1584c7a Formatted. 3 years ago
Carl Tashian a13e58e340 Update GetAuthorityInfo -> GetInfo 3 years ago
Carl Tashian 90cb6315b1 Progress. 3 years ago
Carl Tashian 055e75f394 Progress? 3 years ago
Herman Slatman bfa4d809fd
Improve middleware test coverage 3 years ago
Herman Slatman 6da243c34d
Add policy precheck for all admins 3 years ago
Herman Slatman 628d7448de
Don't return policy in provisioner JSON 3 years ago
Herman Slatman 2fbdf7d5b0
Merge branch 'master' into herman/allow-deny 3 years ago
Herman Slatman 0e052fe299
Add authority policy API 3 years ago
Panagiotis Siatras 00634fb648
api/render, api/log: initial implementation of the packages (#860)
* api/render: initial implementation of the package

* acme/api: refactored to support api/render

* authority/admin: refactored to support api/render

* ca: refactored to support api/render

* api: refactored to support api/render

* api/render: implemented Error

* api: refactored to support api/render.Error

* acme/api: refactored to support api/render.Error

* authority/admin: refactored to support api/render.Error

* ca: refactored to support api/render.Error

* ca: fixed broken tests

* api/render, api/log: moved error logging to this package

* acme: refactored Error so that it implements render.RenderableError

* authority/admin: refactored Error so that it implements render.RenderableError

* api/render: implemented RenderableError

* api/render: added test coverage for Error

* api/render: implemented statusCodeFromError

* api: refactored RootsPEM to work with render.Error

* acme, authority/admin: fixed pointer receiver name for consistency

* api/render, errs: moved StatusCoder & StackTracer to the render package
3 years ago
Mariano Cano 955d4cf80d Add authority.WithX509SignerFunc
This change adds a new authority option that allows to pass a callback
that returns the certificate chain and signer used to sign X.509
certificates.

This option will be used by Caddy, they renew the intermediate
certificate weekly and there's no other way to replace it without
re-creating the embedded CA.

Fixes #874
3 years ago
Mariano Cano 6851842841 Fix unit tests. 3 years ago
Mariano Cano 580a9c1476 Get linked RA configuration using the linked ca client. 3 years ago