Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:58
· 14 commits to main since this release

Added

  • Proactive RBAC awareness. On each namespace change, KubeDesk runs a SelfSubjectRulesReview
    (like kubectl auth can-i --list) and adapts the UI to your permissions: resource kinds you can't
    list are hidden from the sidebar (with their section header), Delete / Scale / Restart are
    disabled when you lack the verb, and + Create is greyed out when you can't create. It fails
    open
    — if permissions can't be determined (or in all-namespaces mode), everything is shown and
    enabled, so nothing you can actually use is ever hidden. Broad/admin tokens see no change.

Full Changelog: v1.3.0...v1.3.1