Skip to content

Commit 45fa930

Browse files
committed
Aligned token actions to consul API.
1 parent 7461e2c commit 45fa930

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: create_token
1+
name: acl_create
22
pack: consul
33
runner_type: run-python
44
description: "Create an acl token"
55
enabled: true
6-
entry_point: "create_token.py"
6+
entry_point: "acl_create.py"
77
parameters:
88
name:
99
type: string
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: destroy_token
1+
name: acl_destroy
22
pack: consul
33
runner_type: run-python
44
description: "Destroy an acl token"
55
enabled: true
6-
entry_point: "destroy_token.py"
6+
entry_point: "acl_destroy.py"
77
parameters:
88
acl_id:
99
type: string
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: list_tokens
1+
name: acl_list
22
pack: consul
33
runner_type: run-python
44
description: "List all acl tokens"
55
enabled: true
6-
entry_point: "list_tokens.py"
6+
entry_point: "acl_list.py"

0 commit comments

Comments
 (0)