Commit Graph

933 Commits (c695b23e24655eb838bc775aa674ee928fd7bb60)

Author SHA1 Message Date
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
vijayjt 37207793f9 Pass in the resource name regardless of if its a VM or managed identity 3 years ago
vijayjt 7e47c70af2 Remove redundant parameter type declaration 3 years ago
vijayjt 7b605b2d16 Support Azure tokens from managed identities not associated with a VM 3 years ago
Mariano Cano 5ab79f53be Fix linter errors 3 years ago
Herman Slatman b49307f326
Fix ACME order tests with mock ACME CA 3 years ago
Herman Slatman 9e0edc7b50
Add early authority policy evaluation to ACME order API 3 years ago
Herman Slatman 613c99f00f
Fix linting issues 3 years ago
Herman Slatman dc23fd23bf
Merge branch 'master' into herman/allow-deny-next 3 years ago
Herman Slatman 6b620c8e9c
Improve protobuf unmarshaling error handling 3 years ago
Mariano Cano 082734474b
Merge pull request #845 from vijayjt/azure-user-mi-token
WIP: Support Azure tokens generated by managed identities
3 years ago
Carl Tashian 25cc9a1728
Update authority/authority.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
3 years ago
Mariano Cano 9d027c17d0 Send current provisioner on PostCertificate 3 years ago
Mariano Cano b401376829 Add current provisioner to AuthorizeSign SignOptions.
The original provisioner cannot be retrieved from a certificate
if a linked ra is used.
3 years ago
vijayjt 24a963766e Pass in the resource name regardless of if its a VM or managed identity 3 years ago
Carl Tashian baf3c40fef Print some basic configuration info on startup 3 years ago
Mariano Cano ad8a813abe Fix linter errors 3 years ago
Herman Slatman 101ca6a2d3
Check admin subjects before changing policy 3 years ago
Panagiotis Siatras 4fb38afc57
authority/admin/api: refactored to use the read package 3 years ago
Herman Slatman 81b0c6c37c
Add API implementation for authority and provisioner policy 3 years ago
Mariano Cano 6d532045dc Fix validity check for sshpop provisioner. 3 years ago
Mariano Cano c903f00cd4 Rename claim to allowRenewAfterExpiry. 3 years ago
Mariano Cano 4690fa64ed Add public methods to retrieve the provisioner extensions. 3 years ago
Mariano Cano 616490a9c6 Refactor renew after expiry token authorization
This changes adds a new authority method that authorizes the
renew after expiry tokens.
3 years ago
Mariano Cano 79349b4d7c Add options to use custom renewal methods. 3 years ago
Mariano Cano 389815642d Fix tests: certs are truncated to seconds. 3 years ago
Mariano Cano 8ef8f4f665 Use the provisioner controller in Nebula renewals 3 years ago
Mariano Cano 259e95947c Add support for the provisioner controller
The claimer, audiences and custom callback methods are now managed
by the provisioner controller in an uniform way.
3 years ago
Mariano Cano 3c2ff33ca9 Add provisioner controller tests. 3 years ago
Mariano Cano fd6a2eeb9c Add provisioner controller
The provisioner controller has the implementation of the identity
function as well as the renew methods with renew after expiry
support.
3 years ago
Herman Slatman 3ec9a7310c
Fix ACME order identifier allow/deny check 3 years ago
Herman Slatman 7c541888ad
Refactor configuration of allow/deny on authority level 3 years ago
Herman Slatman af53a17bb4
Merge branch 'master' into herman/allow-deny 3 years ago
vijayjt 4822516d72 Remove redundant parameter type declaration 3 years ago
vijayjt e699244291 Support Azure tokens from managed identities not associated with a VM 3 years ago
Mariano Cano 15b1049f19 Fix json tag for Azure.ObjectIDs. 3 years ago
Mariano Cano 6f46cdb432
Merge pull request #829 from vijayjt/new-azure-token-authz-options
Add subscription and object ID validation options to Azure provisioner
3 years ago
max furman a79d4af19b change return value of generateProvisionerConfig to value
- always used as value (rather than pointer)
3 years ago
max furman 6030f8bc2e Validate provisioner configuration before storing in DB 3 years ago
vijayjt b128e37090 Add SubscriptionIDs and ObjectIDs to provisioner-linkedca conversion functions 3 years ago
vijayjt 4a10f2c584 Rename new fields as per feedback to remove AAD from the name 3 years ago
vijayjt 8b68bedffa Add support for validation of certificate requests using Azure subscription and AAD object IDs. See #735 3 years ago
Herman Slatman c3c6f3da72
Merge branch 'master' into herman/allow-deny 3 years ago
Mariano Cano abe951d416 Fix name of the variable in comment. 3 years ago
Mariano Cano a0cf808393 Make the X5C leaf certificate available to the templates.
X509 and SSH templates of the X5C provisioner will have now access
to the leaf certificate used to sign the token using the template
variable .AuthorizationCrt

Fixes #433
3 years ago
Mariano Cano c0525381eb Merge branch 'master' into feat/vault 3 years ago
Herman Slatman 4ebf43c011
Merge pull request #820 from smallstep/herman/acme-api
Refactor ACME Admin API
3 years ago
Herman Slatman 5b713a564c
Change CM link 3 years ago
Herman Slatman 5cb23c6029
Merge pull request #804 from smallstep/herman/normalize-ipv6-dns-names
Normalize IPv6 hostname addresses
3 years ago
Herman Slatman d00729df0b
Refactor ACME Admin API 3 years ago
max furman 62690ab52e Fix linting errors and pin linter version in release action 3 years ago
Mariano Cano d384b534c7
Merge pull request #814 from smallstep/x509-enforcer
Authority enforcer option
3 years ago
Herman Slatman bfa2245abb
Merge branch 'master' into herman/normalize-ipv6-dns-names 3 years ago
Herman Slatman e887ccaa07
Ensure the CA TLS certificate represents IPv6 DNS names as IP in cert
If an IPv6 domain name (i.e. [::1]) is provided manually in the `ca.json`,
this commit will ensure that it's represented as an IP SAN in the TLS
certificate. Before this change, the IPv6 would become a DNS SAN.
3 years ago
Mariano Cano 300c19f8b9 Add a custom enforcer that can be used to modify a cert. 3 years ago
Herman Slatman 88c7b63c9d
Split SSH user and cert policy configuration and execution 3 years ago
Herman Slatman acd13cb92d
Merge branch 'master' of github.com:smallstep/certificates into herman/allow-deny 3 years ago
Herman Slatman c1424036bf
Merge branch 'master' into herman/allow-deny 3 years ago
Herman Slatman c7c5c3c94e
Merge branch 'master' into herman/scep-macos-renewal-fixes 3 years ago
Herman Slatman 9617edf0c2
Improve internationalized domain name handling
This PR improves internationalized domain name handling according
to rules of IDNA and based on the description in RFC 5280, section 7:
https://datatracker.ietf.org/doc/html/rfc5280#section-7.

Support for internationalized URI(s), so-called IRIs, still needs to
be done.
3 years ago
Herman Slatman 512b8d6730
Refactor instantiation of policy engines
Instead of using the `base` struct, the x509 and SSH policy
engines are now added to each provisioner directly.
3 years ago
Herman Slatman 066bf32086
Fix part of PR comments 3 years ago
Herman Slatman fd9845e9c7
Add cursor and limit to ACME EAB DB interface 3 years ago
Herman Slatman 3b72d241e0
Add LinkedCA integration for improved SCEP provisioner 3 years ago
Herman Slatman 868cc4ad7f
Increase test coverage for additional indexes 3 years ago
Herman Slatman 8838961b68
Merge branch 'master' into hs/acme-eab 3 years ago
Herman Slatman 716b946e7a
Normalize IPv6 hostname addresses 3 years ago
Herman Slatman 64680bb16d
Fix PR comments 3 years ago
Herman Slatman 3612eefc31
Cleanup 3 years ago