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

Options for iprange and basic auth lockdown for non prod envs to be done at application level #177

Open
5 tasks
brendanheywood opened this issue Jun 20, 2021 · 0 comments

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Jun 20, 2021

Have options to prompt for basic auth if not on a known safe ip allow list

  • enable / disable checkbox
  • have 2 text area for ip ranges, one we can lock and one clients can edit
  • textarea holding a list of usernames and passwords
  • if a new username or password pair is entered salt / crypt the password and store it in cfg like the htaccess format
  • check all key pairs in the list. add debug logging similar to the auth_basic plugin

This could go into any number of plugins (like auth basic), core or a standalone tool but this seems like as good a place as any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant