Cover all repos with auth require
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8b90e376f3
commit
5f5ce08129
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
Require claims_expr '(.scope | index("https://src.fedoraproject.org/push") != null)'
|
Require claims_expr '(.scope | index("https://src.fedoraproject.org/push") != null)'
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
|
|
||||||
<LocationMatch "/info/refs">
|
<LocationMatch ".*/info/refs">
|
||||||
<If "%{QUERY_STRING} =~ /service=git-upload-pack/">
|
<If "%{QUERY_STRING} =~ /service=git-upload-pack/">
|
||||||
Require all granted
|
Require all granted
|
||||||
</If>
|
</If>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue