Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apiGroup is not being taken into account #80

Open
kplimack opened this issue Jul 13, 2020 · 1 comment
Open

apiGroup is not being taken into account #80

kplimack opened this issue Jul 13, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@kplimack
Copy link

Screen Shot 2020-07-13 at 10 38 29 AM

As you can see here, `collins-operator` is purported to have "GET ALL IN ALL NAMESPACES", but if you look at the policy in question (below), you'll see that it actually has limited scope.
rules:
- apiGroups:
  - ""
  resources:
  - secrets
  verbs:
  - create
  - get
  - list
  - watch
- apiGroups:
  - ""
  resources:
  - configmaps
  verbs:
  - get
  - list
  - watch
- apiGroups:
  - metal3.io
  resources:
  - '*'
  verbs:
  - get
  - create
  - list
@marcinc
Copy link
Contributor

marcinc commented Jul 14, 2020

Hi @kplimack. Thanks for logging the issue above. We'll look into that.

@marcinc marcinc added the bug Something isn't working label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants