Skip to content

Commit 2adad2c

Browse files
committed
remove unused error
1 parent 01d62ea commit 2adad2c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rust/operator-binary/src/security/authorization.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ const FILE_BASED_MOUNT_DIRECTORY: &str = "filebased";
3232

3333
#[derive(Snafu, Debug)]
3434
pub enum Error {
35-
#[snafu(display(
36-
"The LDAP AuthenticationClass is missing the bind credentials. Currently the NiFi operator only supports connecting to LDAP servers using bind credentials"
37-
))]
38-
LdapAuthenticationClassMissingBindCredentials {},
39-
4035
#[snafu(display("Failed to fetch OPA ConfigMap {configmap_name}"))]
4136
FetchOpaConfigMap {
4237
source: stackable_operator::client::Error,

0 commit comments

Comments
 (0)