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

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