From aeb45ea7798e18cbea21ff21123fd73d5dd9ae53 Mon Sep 17 00:00:00 2001 From: Reid Beels Date: Thu, 12 Jan 2023 23:33:07 -0800 Subject: [PATCH] docs(k8s): add note about authlib requirement to oauth setup example (#22710) --- docs/docs/installation/running-on-kubernetes.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index 1b75e0f5c6..5e96be37b8 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -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