Docs Self-Managed Reference Redpanda Console Redpanda Console Role-Binding Configuration This is documentation for Self-Managed v23.3. To view the latest available version of the docs, see v24.2. Redpanda Console Role-Binding Configuration This feature requires an Enterprise license. To upgrade, contact Redpanda sales. The following role-bindings.yaml configuration file includes a complete list of all Redpanda Console configuration properties and their descriptions. All shown values reflect the default values. You need to provide the filepath to your role-bindings.yaml file by setting it in the config.yaml. roleBindings: - roleName: admin metadata: name: Admin Users subjects: - kind: user provider: OIDC name: jane@mycompany.com # Matches the value from the claim key - kind: user provider: Google name: joe@mycompany.com - kind: user provider: Plain name: jane - kind: group provider: Google name: global-admins@mycompany.com # Google workspace group - roleName: editor metadata: name: Editors subjects: - kind: group provider: Okta name: 00gcgwvqiwitcrgge696 # Okta Group ID - kind: group provider: GitHub name: engineers # GitHub Team ID organization: redpanda-data # GitHub organization name - roleName: viewer metadata: name: Viewers subjects: - kind: group provider: Okta name: 00gcgwvqiwitcrgge696 # Okta Group ID - kind: user provider: GitHub name: nat # Refers to the GitHub handle Suggested labs Enable Plain Login Authentication for Redpanda ConsoleSearch all labs Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Redpanda Console Configuration Glossary