Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions modules/migrate/pages/console-v3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ NOTE: OIDC-based group authorization is no longer available in Redpanda Console.

Here is an example of how to migrate from Google OIDC in v2 to v3:

Here is an example of how to migrate from Google OIDC in v2 to v3:

[.side-by-side]
--
.V2 Google OIDC
Expand Down Expand Up @@ -212,11 +210,11 @@ authorization:
----
--

However, if you are using *impersonation* in v3, `roleBindings` are ignored. Instead, access is controlled by Redpanda using ACLs and RBAC.

==== Migrate Redpanda Console roles to Redpanda ACLs

If you previously assigned roles in Redpanda Console, you must provision those users in Redpanda and grant them the appropriate permissions.
If you are using *impersonation* in v3, `roleBindings` are ignored. Instead, access is controlled by Redpanda using ACLs and RBAC.

You must provision your users in Redpanda and grant them the appropriate permissions.

The following examples show how to map Redpanda Console roles (`viewer`, `editor`, `admin`) to Redpanda ACLs.

Expand Down