This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Commit c8cb7af
authored
Add optional SSO env vars to Docker Compose (#78)
### Motivation
- Allow users to enable/configure additional SSO providers solely via
the env file without editing the compose file.
### Description
- Add GitHub, GitLab, Keycloak and Okta environment mappings to the
`rtap-web` service in `deploy/docker/docker-compose.yml`
(`GITHUB_CLIENT_ID`, `GITHUB_CLIENT_SECRET`, `GITLAB_CLIENT_ID`,
`GITLAB_CLIENT_SECRET`, `KEYCLOAK_CLIENT_ID`, `KEYCLOAK_CLIENT_SECRET`,
`KEYCLOAK_ISSUER`, `OKTA_CLIENT_ID`, `OKTA_CLIENT_SECRET`,
`OKTA_ISSUER`).
### Testing
- No automated tests were run for this change (no `npm run check` or
`npm run test` executed).
------
[Codex
Task](https://chatgpt.com/codex/tasks/task_e_696b670501048323955e1f74e1e7696f)1 parent 7dd574d commit c8cb7af
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
28 | 37 | | |
29 | | - | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
33 | | - | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
0 commit comments