docs(k8s): add note about authlib requirement to oauth setup example (#22710)

This commit is contained in:
Reid Beels 2023-01-12 23:33:07 -08:00 committed by GitHub
parent 8fa7a75a3b
commit aeb45ea779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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