You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,24 @@ Then, install the pipeline and frontend dependencies:
31
31
npm install
32
32
```
33
33
34
+
### Config
35
+
34
36
You must create `config.py` in the top-level directory with the appropriate credentials for the application to run. See `config.sample.py` for an example.
35
37
38
+
#### Add OIDC Config
39
+
Reach out to an RTP to get OIDC credentials that will allow you to develop locally behind OIDC auth
0 commit comments