You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic auth is required even when coming from the allowed IP address.
What behaviour did you expect instead
auth_basic_user_file should be in the location or allow/deny/satisfy in the root, but I didn't find a way to put them in the same section, as expected for satisfy any to work.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
auth_basic_user_file
is in the server root, while IP rules are in the location:Basic auth is required even when coming from the allowed IP address.
What behaviour did you expect instead
auth_basic_user_file
should be in the location orallow/deny/satisfy
in the root, but I didn't find a way to put them in the same section, as expected forsatisfy any
to work.Did I miss something ?
Output log
N/A
Any additional information you'd like to impart
Example here shows they both should be in the location: https://www.nginx.com/resources/admin-guide/restricting-access-auth-basic/#combine
The text was updated successfully, but these errors were encountered: