Skip to content

Commit 76ae2b8

Browse files
authored
add flask hint (#619)
1 parent e7f11ef commit 76ae2b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/operator-binary/src/crd/authentication.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ impl SupersetClientAuthenticationDetailsResolved {
300300
}
301301
);
302302

303+
// We have to enforce preferred_username here due to the flask implementation
304+
// https://github.com/dpgaspar/Flask-AppBuilder/blob/6d44e6d581433dcea475764c4bb1270c24bbd6de/flask_appbuilder/security/manager.py#L719
303305
match oidc_provider {
304306
IdentityProviderHint::Keycloak => {
305307
ensure!(

0 commit comments

Comments
 (0)