forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to oauth2-proxy/oauth2-proxy
- Loading branch information
Showing
73 changed files
with
310 additions
and
311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
oauth2_proxy | ||
oauth2-proxy | ||
vendor | ||
dist | ||
release | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ Download the dependencies using `go mod download`. | |
|
||
```bash | ||
cd $GOPATH/src/github.com # Create this directory if it doesn't exist | ||
git clone [email protected]:<YOUR_FORK>/oauth2_proxy pusher/oauth2_proxy | ||
cd pusher/oauth2_proxy | ||
git clone [email protected]:<YOUR_FORK>/oauth2-proxy oauth2-proxy/oauth2-proxy | ||
cd oauth2-proxy/oauth2-proxy | ||
./configure # Setup your environment variables | ||
go mod download | ||
``` | ||
|
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
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
2 changes: 1 addition & 1 deletion
2
contrib/oauth2_proxy.cfg.example → contrib/oauth2-proxy.cfg.example
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
6 changes: 3 additions & 3 deletions
6
contrib/oauth2_proxy.service.example → contrib/oauth2-proxy.service.example
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Systemd service file for oauth2_proxy daemon | ||
# Systemd service file for oauth2-proxy daemon | ||
# | ||
# Date: Feb 9, 2016 | ||
# Author: Srdjan Grubor <[email protected]> | ||
|
||
[Unit] | ||
Description=oauth2_proxy daemon service | ||
Description=oauth2-proxy daemon service | ||
After=syslog.target network.target | ||
|
||
[Service] | ||
# www-data group and user need to be created before using these lines | ||
User=www-data | ||
Group=www-data | ||
|
||
ExecStart=/usr/local/bin/oauth2_proxy -config=/etc/oauth2_proxy.cfg | ||
ExecStart=/usr/local/bin/oauth2-proxy -config=/etc/oauth2-proxy.cfg | ||
ExecReload=/bin/kill -HUP $MAINPID | ||
|
||
KillMode=process | ||
|
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
Oops, something went wrong.