Skip to content

Commit

Permalink
BUG: modify stackstorm server actions to pass as_admin meta-param
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-mudaraddi committed Oct 13, 2023
1 parent 6813bf0 commit 1b5e011
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions/server.list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
default: "search_all"
immutable: true
type: string
as_admin:
default: True
immutable: true
type: boolean
cloud_account:
description: "The clouds.yaml account to use whilst performing this action"
required: true
Expand Down
4 changes: 4 additions & 0 deletions actions/server.search.by.datetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
default: "search_by_datetime"
immutable: true
type: string
as_admin:
default: True
immutable: true
type: boolean
cloud_account:
description: "The clouds.yaml account to use whilst performing this action"
required: true
Expand Down
4 changes: 4 additions & 0 deletions actions/server.search.by.property.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
default: "search_by_property"
immutable: true
type: string
as_admin:
default: True
immutable: true
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
4 changes: 4 additions & 0 deletions actions/server.search.by.regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
default: "search_by_regex"
immutable: true
type: string
as_admin:
default: True
immutable: true
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down

0 comments on commit 1b5e011

Please sign in to comment.