-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #572 from openziti/adopt-email-patterns
adopt oauth email glob patterns
- Loading branch information
Showing
8 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ features in [this blog post](https://blog.openziti.io/the-zrok-oauth-public-fron | |
```bash title=".env" | ||
ZROK_OAUTH_PROVIDER="github" | ||
ZROK_SHARE_OPTS="--oauth-email-domains @example.com" | ||
ZROK_OAUTH_EMAILS="[email protected] *@acme.example.com" | ||
``` | ||
## Caddy is Powerful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ ZROK_SHARE_OPTS="" | |
|
||
# you MAY restrict access to one or more email addresses or domains; must be a space-separate list | ||
# WARNING: changes take effect the next time the frontend URL is reserved | ||
#ZROK_OAUTH_EMAILS="[email protected] alice@forge.example.com @corp.example.com" | ||
#ZROK_OAUTH_EMAILS="[email protected] *@acme.example.com" | ||
|
||
# you MAY require a password with HTTP basic authentication | ||
# WARNING: changes take effect the next time the frontend URL is reserved | ||
|