Skip to content
New issue

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

missing CRL put from puppetserver/conf.d/auth.conf #856

Closed
jcpunk opened this issue Jan 10, 2023 · 1 comment · Fixed by #875
Closed

missing CRL put from puppetserver/conf.d/auth.conf #856

jcpunk opened this issue Jan 10, 2023 · 1 comment · Fixed by #875

Comments

@jcpunk
Copy link
Contributor

jcpunk commented Jan 10, 2023

Upstream currently provides the following stanza in their default 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?

@ekohl
Copy link
Member

ekohl commented May 16, 2023

I think it's mostly an oversight we didn't include puppetlabs/puppetserver@22ac4e5 & puppetlabs/puppetserver@d9bf097

@ekohl ekohl linked a pull request May 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants