Skip to content

Commit

Permalink
Allow access to new PKI APIs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed Mar 26, 2024
1 parent adf95dc commit e856750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/share/ipa-pki-proxy.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ProxyRequests Off
</LocationMatch>

# matches for REST API of CA, KRA, and PKI
<LocationMatch "^/(ca|kra|pki)/rest/">
<LocationMatch "^/(ca|kra|pki)/rest/|^/(ca|kra|pki)/v2/">
SSLOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
SSLVerifyClient optional
ProxyPassMatch ajp://localhost:$DOGTAG_PORT $DOGTAG_AJP_SECRET
Expand Down

0 comments on commit e856750

Please sign in to comment.