Skip to content

satisfy any; will always allow #61

@Zoey2936

Description

@Zoey2936

when having the following auth_basic and access configuration inside nginx, while also using crowdsec, it will always return 200 and not 401/403

    auth_basic "Authorization required";
    auth_basic_user_file /data/etc/access/3;
    allow 127.0.0.1;
    deny all;
    satisfy any;

if I disable crowdsec it will return 401 and ask for a password and username

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions