Skip to content

Commit

Permalink
Basic authentication for PDP API
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Mar 8, 2024
1 parent f7c9a0f commit 756bc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/pdp-gui/templates/pdp.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Listen {{ apache_app_listen_address.pdp }}:{{ loadbalancing.pdp.port }}
Options -Indexes
</Directory>

<Location ~ "/pdp/api/(protected/*|decide/policy|health|info)">
<Location ~ "/pdp/api/(protected/*|decide/policy|health|info|manage/*)">
Require all granted
</Location>
</Location>

<Location ~ "/internal/(health|info)">
Require all granted
Expand Down

0 comments on commit 756bc7c

Please sign in to comment.