Skip to content

Commit

Permalink
docs(k8s): add note about authlib requirement to oauth setup example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Jan 13, 2023
1 parent 8fa7a75 commit aeb45ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/installation/running-on-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,14 @@ Those will also be mounted as secrets and can include sensitive parameters.

#### Setting up OAuth

:::note

OAuth setup requires that the [authlib](https://authlib.org/) Python library is installed. This can
be done using `pip` by updating the `bootstrapScript`. See the [Dependencies](#dependencies) section
for more information.

:::

```yaml
extraEnv:
AUTH_DOMAIN: example.com
Expand Down

0 comments on commit aeb45ea

Please sign in to comment.