Skip to content

"read" is not a valid verb #186

@tibeer

Description

@tibeer

Hi! I was wondering why I wasn't seeing the check mark in the summary UI when I selected the verbs:

  • get
  • list
  • watch

in a template. Turns out, the frontend looks out for "read", which is not a valid verb for kubernetes:

rule.verbs.includes('*') || rule.verbs.includes('read')

This might also apply to "update", since some users might not want to let others create stuff, but only update it.

By the way: Thanks a lot for your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions