Commit Graph

429 Commits (034b7943fe6c4ac9a654df1d3762bfd616917e54)

Author SHA1 Message Date
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
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
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
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
Mariano Cano 082734474b
Merge pull request #845 from vijayjt/azure-user-mi-token
WIP: Support Azure tokens generated by managed identities
3 years ago
vijayjt 24a963766e Pass in the resource name regardless of if its a VM or managed identity 3 years ago
Mariano Cano ad8a813abe Fix linter errors 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 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
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
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 8838961b68
Merge branch 'master' into hs/acme-eab 3 years ago
Herman Slatman 64680bb16d
Fix PR comments 3 years ago
Herman Slatman 3612eefc31
Cleanup 3 years ago
Herman Slatman 6440870a80
Clean up, improve test cases and coverage 3 years ago
Herman Slatman 1e808b61e5
Merge logic for X509 and SSH policy 3 years ago
Herman Slatman 6bc301339f
Improve test case and code coverage 3 years ago
Herman Slatman 91d51c2b88
Add allow/deny to Nebula provisioner 3 years ago
Herman Slatman d9c56d67cc
Merge branch 'master' into herman/allow-deny 3 years ago
Herman Slatman 9c6580ccd2
Fix macOS SCEP client issues
Fixes #746
3 years ago
Mariano Cano 0920224816 Fix error message. 3 years ago
Mariano Cano 449a9fdfd6 Address review comments. 3 years ago