We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
put
puppetserver/conf.d/auth.conf
Upstream currently provides the following stanza in their default auth.conf
auth.conf
{ match-request: { path: "^/puppet-ca/v1/certificate_revocation_list$" type: regex method: put } allow: { extensions: { pp_cli_auth: "true" } } sort-order: 500 name: "puppetlabs CRL update" },
Is this a new endpoint (and thus not in the templates) or removed on purpose?
The text was updated successfully, but these errors were encountered:
I think it's mostly an oversight we didn't include puppetlabs/puppetserver@22ac4e5 & puppetlabs/puppetserver@d9bf097
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Upstream currently provides the following stanza in their default
auth.conf
Is this a new endpoint (and thus not in the templates) or removed on purpose?
The text was updated successfully, but these errors were encountered: