Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
- Puppetserver has a allow-authorization-extensions setting that allows the API to sign CSRs with auth extensions.
- The setting is false by default
-
Froyo
-
New Feature
-
-
Needs Assessment
Description
Currently we completely disallow signing certificate requests with authorization extensions from Puppetserver's certificate_status endpoint. However, with the removal of the puppet cert command, users need a way to allow this. Because it could still be risky (see comments on SERVER-2268), we should introduce a setting that users can enable in puppetserver's config if they need this behavior, similar to the Ruby CA's allow-authorization-extensions.
Useful code:
Take a look at how we did: https://tickets.puppetlabs.com/browse/SERVER-2278 We'll want to do something similar.
Attachments
Issue Links
- clones
-
SERVER-2278 Add a setting to enable signing CSRs with subject alternative names
-
- Closed
-