File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ RUN python3 -m venv /stackable/app \
56
56
pydruid \
57
57
python-ldap \
58
58
trino[sqlalchemy] \
59
- # Enables OIDC with superset. Since https://github.com/stackabletech/superset-operator/pull/530
60
- # user can inject arbitrary python code into superset_conf.py. Thus OIDC configs can be changed
61
- # and we want to offer necessary libraries
59
+ # Add optional dependencies for use in custom Superset configurations.
60
+ # Since https://github.com/stackabletech/superset-operator/pull/530
61
+ # admins can add custom configuration to superset_conf.py.
62
62
Flask_OIDC==2.2.0 \
63
63
Flask-OpenID==1.3.1\
64
64
# Redhat has removed `tzdata` from the ubi-minimal images: see https://bugzilla.redhat.com/show_bug.cgi?id=2223028.
You can’t perform that action at this time.
0 commit comments