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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f3aeb2  docs: add references to Flask-Appbuilder Security 
documentation (#3322)
9f3aeb2 is described below

commit 9f3aeb22d9bab6e9c87bfd0f757e9e32c38b0117
Author: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
AuthorDate: Thu Aug 17 20:48:22 2017 +0200

    docs: add references to Flask-Appbuilder Security documentation (#3322)
    
    And a specific link to an oauth example configuration.
---
 docs/faq.rst      | 8 +++++++-
 docs/security.rst | 3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/faq.rst b/docs/faq.rst
index d06c6c9..b6f2788 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -173,7 +173,7 @@ different sections of the code do:
 https://github.com/airbnb/superset/pull/3013
 
 What database engine can I use as a backend for Superset?
---------------------------------------------------------
+---------------------------------------------------------
 
 To clarify, the *database backend* is an OLTP database used by Superset to 
store its internal
 information like your list of users, slices and dashboard definitions.
@@ -184,3 +184,9 @@ install Superset on one of these database server for 
production.
 Using a column-store, non-OLTP databases like Vertica, Redshift or Presto as a 
database backend simply won't work as these databases are not designed for this 
type of workload. Installation on Oracle, Microsoft SQL Server, or other OLTP 
databases may work but isn't tested.
 
 Please note that pretty much any databases that have a SqlAlchemy integration 
should work perfectly fine as a datasource for Superset, just not as the OLTP 
backend.
+
+How can i configure OAuth authentication and authorization?
+-----------------------------------------------------------
+
+You can take a look at this Flask-AppBuilder `configuration example 
+<https://github.com/dpgaspar/Flask-AppBuilder/blob/master/examples/oauth/config.py>`_.
diff --git a/docs/security.rst b/docs/security.rst
index b5d5b63..f615392 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -3,7 +3,8 @@ Security
 Security in Superset is handled by Flask AppBuilder (FAB). FAB is a
 "Simple and rapid application development framework, built on top of Flask.".
 FAB provides authentication, user management, permissions and roles.
-
+Please read its `Security documentation 
+<http://flask-appbuilder.readthedocs.io/en/latest/security.html>`_.
 
 Provided Roles
 --------------

-- 
To stop receiving notification emails like this one, please contact
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to