-
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.
add initial keycloak config to prod compose
- Loading branch information
1 parent
1226f93
commit 0857c24
Showing
2 changed files
with
255 additions
and
3 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,3 +1,12 @@ | ||
# Production Setup | ||
|
||
TODO | ||
|
||
## Environment Variables | ||
|
||
- `WEBHOOK_SECRET`: GitHub webhook secret (`openssl rand -base64 32`) | ||
- `KEYCLOAK_GITHUB_CLIENT_ID`: GitHub identity provider client ID | ||
- `KEYCLOAK_GITHUB_CLIENT_SECRET`: GitHub identity provider client secret | ||
- `KEYCLOAK_ADMIN`: Keycloak admin username | ||
- `KEYCLOAK_ADMIN_PASSWORD`: Keycloak admin password (`openssl rand -base64 32`) | ||
- `KEYCLOAK_HEPHAESTUS_CONFIDENTIAL_CLIENT_SECRET`: Keycloak Hephaestus confidential client secret (for application server communication with Keycloak) (`openssl rand -base64 32`) |