copr-fe: fix the gssapi auth route
Relates: https://pagure.io/copr/copr/pull-request/2151
This commit is contained in:
parent
96b0d69ad5
commit
6aea09b177
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ WSGIApplicationGroup %{GLOBAL}
|
|||
</Directory>
|
||||
|
||||
{% if copr_kerberos_auth_enabled %}
|
||||
<LocationMatch /api_v3/gssapi_login/>
|
||||
<LocationMatch /api_3/gssapi_login/>
|
||||
AuthType GSSAPI
|
||||
AuthName "Fedoraproject GSSAPI/krb5 Credentials"
|
||||
GssapiBasicAuthMech krb5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue