You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/01/13 07:33:21 UTC

[superset] branch master updated: docs(k8s): add note about authlib requirement to oauth setup example (#22710)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new aeb45ea779 docs(k8s): add note about authlib requirement to oauth setup example (#22710)
aeb45ea779 is described below

commit aeb45ea7798e18cbea21ff21123fd73d5dd9ae53
Author: Reid Beels <ma...@reidbeels.com>
AuthorDate: Thu Jan 12 23:33:07 2023 -0800

    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