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

cannot get resource "pods/log" in API group "" #13

Closed
mmoisse opened this issue Jan 23, 2021 · 1 comment
Closed

cannot get resource "pods/log" in API group "" #13

mmoisse opened this issue Jan 23, 2021 · 1 comment

Comments

@mmoisse
Copy link
Contributor

mmoisse commented Jan 23, 2021

With the current rbac authorization shinyproxy has insufficient rights to read the logs from the pods it created.
The following should be added to shinyproxy/templates/rbac.yaml

  - apiGroups: [""]       # "" indicates the core API group
    resources: ["pods/log"]
    verbs: ["get"]
mmoisse added a commit to mmoisse/zero-to-shinyproxy that referenced this issue Jan 23, 2021
Adding pods/log as resource fix for remche#13
@remche
Copy link
Owner

remche commented Jan 25, 2021

fixed by 3e017a8 thanks !

@remche remche closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants