openshift / console-plugin-template

Minimal template for writing OpenShift console plugins
Apache License 2.0
39 stars 51 forks source link

`./start-console` won't work with non-admin user #3

Closed glekner closed 2 years ago

glekner commented 2 years ago

getting the following error trying to run ./start-console.sh

Starting local OpenShift console...
Error from server (Forbidden): configmaps "monitoring-shared-config" is forbidden: User "test" cannot get resource "configmaps" in API group "" in the namespace "openshift-config-managed"
spadgett commented 2 years ago

Hey @glekner, this is fixed with the latest commit https://github.com/spadgett/console-plugin-template/commit/1b68e045da018ba72dbae7aca02081ee96676b9f. Let me know if you still see the issue.