# Redpanda Console Role-Binding Configuration

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Redpanda Console Role-Binding Configuration
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: April 30, 2025
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
docname: console/role-bindings
page-component-name: streaming
page-version: "24.1"
page-component-version: "24.1"
page-component-title: Streaming
page-relative-src-path: console/role-bindings.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/24.1/modules/reference/pages/console/role-bindings.adoc
description: Redpanda Console role-binding configuration file with property descriptions.
page-git-created-date: "2023-06-02"
page-git-modified-date: "2024-05-14"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/24.1/reference/console/role-bindings.md -->

> 📝 **NOTE**
>
> This feature requires an [Enterprise license](https://docs.redpanda.com/streaming/24.1/get-started/licenses/) for self-hosted deployments. To upgrade, contact [Redpanda sales](https://redpanda.com/try-redpanda?section=enterprise-trial).

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](https://docs.redpanda.com/streaming/24.1/reference/console/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 Unified Identity with Azure Entra ID for Redpanda and Redpanda Console](https://docs.redpanda.com/labs/docker-compose/oidc/)

[Search all labs](https://docs.redpanda.com/labs)