Skip to content

Commit

Permalink
Importing AUTH_OAUTH, needed by superset_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Aug 2, 2024
1 parent b2dff56 commit 75165fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/operator-binary/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub const PYTHON_IMPORTS: &[&str] = &[
"from log_config import StackableLoggingConfigurator",
// Custom logout manager to securely logout while using Keycloak SSO. Issue: https://github.com/apache/superset/issues/24713
"from superset.security.CustomKeycloakSecurityManager import CustomSsoSecurityManager",
"from flask_appbuilder.security.manager import AUTH_OAUTH"
];

pub fn add_superset_config(
Expand Down

0 comments on commit 75165fd

Please sign in to comment.