Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ Show the permissions granted to a specific user or role.

[,text]
----
sts rbac describe-permissions --subject [role-name]
> sts rbac describe-permissions --subject [role-name]
Got subject from the following subject sources: Kubernetes

PERMISSION | RESOURCE
get-topology | cluster-name:rbac-t2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Permissions assigned to the predefined Administrator role (`stackstate-admin`) a
[,text]
----
❯ ./sts rbac describe-permissions --subject stackstate-admin
Got subject from the following subject sources: Static

PERMISSION | RESOURCE
create-dashboards | system
create-favorite-dashboards | system
Expand Down Expand Up @@ -105,6 +107,8 @@ Permissions assigned to the predefined Power User role (`stackstate-power-user`)
[,text]
----
❯ ./sts rbac describe-permissions --subject stackstate-power-user
Got subject from the following subject sources: Static

PERMISSION | RESOURCE
create-dashboards | system
create-favorite-dashboards | system
Expand Down Expand Up @@ -164,6 +168,8 @@ Permissions assigned to the predefined troubleshooter role are listed below, the
[,text]
----
❯ ./sts rbac describe-permissions --subject stackstate-k8s-troubleshooter
Got subject from the following subject sources: Static

PERMISSION | RESOURCE
create-dashboards | system
create-favorite-dashboards | system
Expand Down Expand Up @@ -212,6 +218,8 @@ Permissions assigned to the predefined Guest role are listed below, these were r
[,text]
----
❯ ./sts rbac describe-permissions --subject stackstate-guest
Got subject from the following subject sources: Static

PERMISSION | RESOURCE
create-dashboards | system
create-favorite-dashboards | system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Inspect all permissions that have been granted to the subject:
[,sh]
----
> sts rbac describe-permissions --subject grafana
Got subject from the following subject sources: Observability

PERMISSION | RESOURCE
get-metrics | k8s:OTHER_CLUSTER:YOUR_NAMESPACE
get-metrics | k8s:YOUR_CLUSTER:__any__
Expand Down