Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
EasyEngine
/
auth-command
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
3
Code
Issues
5
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(auth): support http auth and ip whitelist on wildcard subdomains and alias domains
- #57
#57
Merged
mrrobot47
merged 30 commits into
EasyEngine:develop
EasyEngine/auth-command:develop
from
mrrobot47:feat/wildcard-auth
mrrobot47/auth-command:feat/wildcard-auth
Copy head branch name to clipboard
Sep 25, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
feat(auth): support http auth and ip whitelist on wildcard subdomains and alias domains
#57
mrrobot47
merged 30 commits into
EasyEngine:develop
EasyEngine/auth-command:develop
from
mrrobot47:feat/wildcard-auth
mrrobot47/auth-command:feat/wildcard-auth
Copy head branch name to clipboard
Commits
Commits on Jan 8, 2026
Add wildcard htpasswd support for multisite subdomains and alias domains
Show description for 3c986e1
mrrobot47
committed
3c986e1
View commit details
Copy full SHA for 3c986e1
Browse repository at this point
Fix duplicate domain entries in htpasswd file generation
Show description for e697bb2
mrrobot47
committed
e697bb2
View commit details
Copy full SHA for e697bb2
Browse repository at this point
Add wildcard and alias domain support to whitelist generation
Show description for 5589921
mrrobot47
committed
5589921
View commit details
Copy full SHA for 5589921
Browse repository at this point
Skip *.site_url alias only for subdomain multisites
Show description for 3e7027c
mrrobot47
committed
3e7027c
View commit details
Copy full SHA for 3e7027c
Browse repository at this point
Add explicit handling for empty auth/whitelist arrays
Show description for 63ac4fa
mrrobot47
committed
63ac4fa
View commit details
Copy full SHA for 63ac4fa
Browse repository at this point
Clean up wildcard files upfront to handle site type changes
Show description for 569ed56
mrrobot47
committed
569ed56
View commit details
Copy full SHA for 569ed56
Browse repository at this point
Commits on Sep 24, 2026
refactor(auth): share site domain collection and file generation
Show description for 6bd97cc
mrrobot47
committed
6bd97cc
View commit details
Copy full SHA for 6bd97cc
Browse repository at this point
fix(auth): don't generate _wildcard files for plain alias domains
Show description for f2b9b11
mrrobot47
committed
f2b9b11
View commit details
Copy full SHA for f2b9b11
Browse repository at this point
fix(auth): don't remove _wildcard files the site doesn't own
Show description for 5a3cf0e
mrrobot47
committed
5a3cf0e
View commit details
Copy full SHA for 5a3cf0e
Browse repository at this point
fix(auth): remove site files when the site has no own entries
Show description for 5f12c49
mrrobot47
committed
5f12c49
View commit details
Copy full SHA for 5f12c49
Browse repository at this point
fix(auth): escape arguments of the htpasswd command
Show description for dfa56f0
mrrobot47
committed
dfa56f0
View commit details
Copy full SHA for dfa56f0
Browse repository at this point
fix(auth): remove all of a site's auth and ACL files on delete
Show description for 852c10b
mrrobot47
committed
852c10b
View commit details
Copy full SHA for 852c10b
Browse repository at this point
feat(auth): sync auth files when alias domains change
Show description for e0778d3
mrrobot47
committed
e0778d3
View commit details
Copy full SHA for e0778d3
Browse repository at this point
fix(auth): skip unsafe alias names and guard auth file removal
Show description for fa6c6b1
mrrobot47
committed
fa6c6b1
View commit details
Copy full SHA for fa6c6b1
Browse repository at this point
perf(auth): write a site's htpasswd file once and copy it to its other domains
Show description for a9572ff
mrrobot47
committed
a9572ff
View commit details
Copy full SHA for a9572ff
Browse repository at this point
fix(auth): keep htpasswd credentials out of ee.log
Show description for 3f59e38
mrrobot47
committed
3f59e38
View commit details
Copy full SHA for 3f59e38
Browse repository at this point
fix(auth): protect alias domains before the proxy serves them
Show description for 88a1fb9
mrrobot47
committed
88a1fb9
View commit details
Copy full SHA for 88a1fb9
Browse repository at this point
fix(auth): reload the proxy on site cleanup only when something was removed
Show description for bbe88ac
mrrobot47
committed
bbe88ac
View commit details
Copy full SHA for bbe88ac
Browse repository at this point
refactor(auth): look up sites with Site::find() when regenerating global files
Show description for dc373d8
mrrobot47
committed
dc373d8
View commit details
Copy full SHA for dc373d8
Browse repository at this point
feat(auth): regenerate site auth files on upgrade
Show description for ced81fa
mrrobot47
committed
ced81fa
View commit details
Copy full SHA for ced81fa
Browse repository at this point
refactor(auth): keep the global auth file names in one constant
Show description for 6de4d78
mrrobot47
committed
6de4d78
View commit details
Copy full SHA for 6de4d78
Browse repository at this point
fix(auth): protect alias domains that contain underscores
Show description for 9b3cd1f
mrrobot47
committed
9b3cd1f
View commit details
Copy full SHA for 9b3cd1f
Browse repository at this point
fix(auth): replace htpasswd files atomically
Show description for 1a34106
mrrobot47
committed
1a34106
View commit details
Copy full SHA for 1a34106
Browse repository at this point
fix(auth): keep htpasswd usernames out of ee.log
Show description for 1ea9bef
mrrobot47
committed
1ea9bef
View commit details
Copy full SHA for 1ea9bef
Browse repository at this point
refactor(auth): generate files for alias domains being added with the site's generators
Show description for 3a5d2f6
mrrobot47
committed
3a5d2f6
View commit details
Copy full SHA for 3a5d2f6
Browse repository at this point
fix(auth): copy a site's existing htpasswd file to its other domains when it can't be rewritten
Show description for 510f8cc
mrrobot47
committed
510f8cc
View commit details
Copy full SHA for 510f8cc
Browse repository at this point
docs(auth): say the auth files migration needs the new nginx-proxy image
Show description for cf073e7
mrrobot47
committed
cf073e7
View commit details
Copy full SHA for cf073e7
Browse repository at this point
fix(auth): use site-command's alias domain rule
Show description for cbf7d11
mrrobot47
committed
cbf7d11
View commit details
Copy full SHA for cbf7d11
Browse repository at this point
fix(auth): keep the global htpasswd file until its replacement is written
Show description for d313f5e
mrrobot47
committed
d313f5e
View commit details
Copy full SHA for d313f5e
Browse repository at this point
fix(auth): copy auth files to a site's other domains atomically
Show description for 329faee
mrrobot47
committed
329faee
View commit details
Copy full SHA for 329faee
Browse repository at this point
You can’t perform that action at this time.