This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
forked from buzzfeed/sso
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maliheh
committed
May 21, 2019
1 parent
c3b7762
commit 6e06324
Showing
6 changed files
with
75 additions
and
41 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
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,10 +1,11 @@ | ||
export PORT=4888 | ||
export UPSTREAM_CONFIGS=/path/to/upstream_configs.yml | ||
export SCHEME=http | ||
export HOST=http://localhost/ | ||
export UPSTREAM_CONFIGS=/path/to/upstream_configs.yml | ||
export CLUSTER=sso-dev | ||
export DEFAULT_UPSTREAM_TIMEOUT=10s | ||
export TCP_WRITE_TIMEOUT=30s | ||
export TCP_READ_TIMEOUT=30s | ||
export REQUEST_LOGGING=true | ||
export REQUEST_SIGNATURE_KEY=$(cat /path/to/devproxy/testdata/private_key.pem) | ||
export REQUEST_SIGNATURE_KEY=$(cat /path/to/private_key.pem) | ||
export DEV_CONFIG_DEVSHIM_SIGNING_KEY="sha256:shared-secret-value" |
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,8 +1,11 @@ | ||
- service: dev-shim | ||
- service: devshim | ||
default: | ||
from: http://localhost:4888 | ||
to: http://localhost:4810 | ||
options: | ||
skip_request_signing: false | ||
|
||
user_info: | ||
user: testUser | ||
groups: team | ||
email: [email protected] | ||
|