From f33a2cdd83eb27eb2079ff04a74af4e202723208 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Fri, 27 Dec 2024 00:26:55 +0400 Subject: [PATCH 1/3] Update RBAC LDAP AD --- .../supported-identity-providers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration/rbac-role-based-access-control/supported-identity-providers.md b/configuration/rbac-role-based-access-control/supported-identity-providers.md index 00f43b7..91d1f09 100644 --- a/configuration/rbac-role-based-access-control/supported-identity-providers.md +++ b/configuration/rbac-role-based-access-control/supported-identity-providers.md @@ -74,10 +74,8 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md) ### Active Directory -Not yet supported, see [Issue 3741](https://github.com/kafbat/kafka-ui/issues/3741) - ```yaml - - provider: ldap_ad # NOT YET SUPPORTED, SEE ISSUE 3741 + - provider: ldap_ad type: group value: "admin_staff" ``` From 1b270c96404c493dc9544c82cfd4c518a387ec76 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Mon, 30 Dec 2024 14:08:00 +0400 Subject: [PATCH 2/3] Fix formatting --- .../supported-identity-providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/rbac-role-based-access-control/supported-identity-providers.md b/configuration/rbac-role-based-access-control/supported-identity-providers.md index 91d1f09..000ea3a 100644 --- a/configuration/rbac-role-based-access-control/supported-identity-providers.md +++ b/configuration/rbac-role-based-access-control/supported-identity-providers.md @@ -76,8 +76,8 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md) ```yaml - provider: ldap_ad - type: group - value: "admin_staff" + type: group + value: "admin_staff" ``` ### Okta From 197e6188fddd075126053db24fcb7e2731c0b57f Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Tue, 31 Dec 2024 08:55:56 +0400 Subject: [PATCH 3/3] RBAC: Add user subject type for LDAP & AD (#32) --- .../supported-identity-providers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration/rbac-role-based-access-control/supported-identity-providers.md b/configuration/rbac-role-based-access-control/supported-identity-providers.md index 000ea3a..2930f31 100644 --- a/configuration/rbac-role-based-access-control/supported-identity-providers.md +++ b/configuration/rbac-role-based-access-control/supported-identity-providers.md @@ -70,6 +70,9 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md) - provider: ldap type: group value: "admin_staff" + - provider: ldap + type: user + value: "pepega" ``` ### Active Directory @@ -78,6 +81,9 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md) - provider: ldap_ad type: group value: "admin_staff" + - provider: ldap_ad + type: user + value: "zoidberg" ``` ### Okta