Skip to content

Commit

Permalink
add missing secret_id argument
Browse files Browse the repository at this point in the history
  • Loading branch information
abaez committed Sep 17, 2019
1 parent ce2cf4b commit 2f6e3ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consulate/api/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def create_token(self,
local=local,
policies=policies,
roles=roles,
secret_id=secret_id,
service_identities=service_identities)))

def update_token(self,
Expand Down Expand Up @@ -274,6 +275,7 @@ def update_token(self,
local=local,
policies=policies,
roles=roles,
secret_id=secret_id,
service_identities=service_identities)))

def clone_token(self, accessor_id, description=None):
Expand Down

0 comments on commit 2f6e3ff

Please sign in to comment.