Subjects
StackState Self-hosted v5.1.x
Link your existing authentication provider to StackState RBAC
How to make a new user or group with scopes
sts rbac create-subject --subject stackstate --scope 'label = "StackState"'stac subject save stackstate 'label = "StackState"'sts rbac create-subject --subject stackstateManager --scope 'label = "StackState" AND type = "Business Applications"'stac subject save stackstateManager 'label = "StackState" AND type = "Business Applications"'Last updated