We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a70338 commit 1d7bcbfCopy full SHA for 1d7bcbf
rust/operator-binary/src/superset_controller.rs
@@ -991,7 +991,10 @@ fn authentication_env_vars(
991
for auth_class_resolved in &auth_config.authentication_classes_resolved {
992
match auth_class_resolved {
993
SupersetAuthenticationClassResolved::Ldap { .. } => {}
994
- SupersetAuthenticationClassResolved::Oidc { client_auth_options: oidc, .. } => {
+ SupersetAuthenticationClassResolved::Oidc {
995
+ client_auth_options: oidc,
996
+ ..
997
+ } => {
998
oidc_client_credentials_secrets
999
.insert(oidc.client_credentials_secret_ref.to_owned());
1000
}
0 commit comments