-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow a separate domain name for auth
Let the auth (keycloak) configuration live at a separate domain name from the web (PDC implementation) domain name. Separate certificates are now expected by the `.env.example`, `compose.yml`, and `proxy.conf.example` files. This change creates a logical separation of concerns but keeps the implementation on the same host for now. In future a change of (tangible) hosting for either backend service can be made with minimal disruption from a user perspective. Issue #66 Deploy Keycloak at auth.pdco
- Loading branch information
Showing
5 changed files
with
95 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Philanthropy Data Commons</title> | ||
</head> | ||
<body> | ||
<h1>Philanthropy Data Commons</h1> | ||
<p>There is no content here. You probably meant to visit one of these sites: | ||
<ul> | ||
<li><a href="https://www.philanthropydatacommons.org">https://www.philanthropydatacommons.org</a></li> | ||
<li><a href="https://pilot.philanthropydatacommons.org">https://pilot.philanthropydatacommons.org</a></li> | ||
<li><a href="https://api.philanthropydatacommons.org">https://api.philanthropydatacommons.org</a></li> | ||
</ul> | ||
</p> | ||
</body> | ||
</html> |
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