Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ip whitelist per user #5185

Open
Buffele opened this issue Mar 7, 2024 · 0 comments
Open

ip whitelist per user #5185

Buffele opened this issue Mar 7, 2024 · 0 comments
Labels
proposal Enhancement idea or proposal

Comments

@Buffele
Copy link

Buffele commented Mar 7, 2024

Proposed change

accounts: {
    USERS: {
        users: [
            {
                user: local,
                password: local,
                ip_whitelist: ["127.0.0.1"]
            }
            {
                user: external,
                password: external,
                ip_whitelist: ["1.2.3.4"]
            }
        ]
    },
}

Use case

Only specific users can be accessed by specific hosts / ips.

Contribution

No response

@Buffele Buffele added the proposal Enhancement idea or proposal label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant