Skip to content

Commit cad493b

Browse files
committed
Minor update to comments related to the RBAC enterprise feature
1 parent fc270ca commit cad493b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/runners/inquirer_runner/inquirer_runner/runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
roles:
2424
default: []
2525
required: false
26-
description: A list of roles that are permitted to respond to the action (if nothing provided, all are permitted) - REQUIRES ENTERPRISE FEATURES
26+
description: A list of roles that are permitted to respond to the action (if nothing provided, all are permitted) - REQUIRES RBAC FEATURES
2727
type: array
2828
users:
2929
default: []

st2tests/st2tests/fixtures/generic/runners/inquirer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runner_parameters:
2424
roles:
2525
default: []
2626
required: false
27-
description: A list of roles that are permitted to respond to the action (if nothing provided, all are permitted) - REQUIRES ENTERPRISE FEATURES
27+
description: A list of roles that are permitted to respond to the action (if nothing provided, all are permitted) - REQUIRES RBAC FEATURES
2828
type: array
2929
users:
3030
default: []

0 commit comments

Comments
 (0)