The Reporting setup guide assists in configuring the reporting plugin, relying on specific dependencies and configurations.
reporting-image
URL in the spark-app.yml
file.
spark-app.yml
file (check them in the above examples with/without webhook).
SPRING_DATASOURCE_URL
SPRING_DATASOURCE_USERNAME
SPRING_DATASOURCE_PASSWORD
SPRING_REDIS_HOST
SPRING_REDIS_PORT
AUTH_TYPE
in your superset.yml
configuration file:
AUTH_TYPE: AUTH_OID
openid-connect
realm:
OIDC_OPENID_REALM: 'flowx'
flask-openid
and starts using flask-oidc
instead.
To do so, you will need to create your own security manager that configures flask-oidc
as its authentication provider.
AUTH_OID
.
The security manager still executes all the behavior of the super class, but overrides the OID attribute with the OpenIDConnect
object.
Further, it replaces the default OpenID authentication view with a custom one: