We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to add a new feature in the User CRD to allow defining a different role other than viewer.
viewer
--- apiVersion: grafana.k8spin.cloud/v1 kind: User metadata: name: angelbarrera92 namespace: monitoring spec: email: [email protected] organizations: - k8spin.cloud
Could be nice to have a new structure in the organizations list other than a list of strings:
organizations
--- apiVersion: grafana.k8spin.cloud/v1 kind: User metadata: name: angelbarrera92 namespace: monitoring spec: email: [email protected] organizations: - name: k8spin.cloud role: admin - name: example.com role: viewer - name: default.io
If no role is set, viewer should be the default one. Consider that a User could be viewer in an organization and admin in a different one.
admin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to add a new feature in the User CRD to allow defining a different role other than
viewer
.Could be nice to have a new structure in the
organizations
list other than a list of strings:If no role is set,
viewer
should be the default one. Consider that a User could beviewer
in an organization andadmin
in a different one.The text was updated successfully, but these errors were encountered: