Skip to content

Commit

Permalink
add status service endpoint
Browse files Browse the repository at this point in the history
closes GH-609
  • Loading branch information
mmoll authored and ekohl committed Aug 17, 2018
1 parent acb9924 commit 0faf9d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/server/puppetserver/conf.d/auth.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ authorization: {
sort-order: 500
name: "puppetlabs csr"
},
{
# Allow unauthenticated access to the status service endpoint
match-request: {
path: "/status/v1/services"
type: path
method: get
}
allow-unauthenticated: true
sort-order: 500
name: "puppetlabs status service"
},
<%- if @server_ca -%>
{
match-request: {
Expand Down

0 comments on commit 0faf9d2

Please sign in to comment.