We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2cf4b commit 2f6e3ffCopy full SHA for 2f6e3ff
1 file changed
consulate/api/acl.py
@@ -235,6 +235,7 @@ def create_token(self,
235
local=local,
236
policies=policies,
237
roles=roles,
238
+ secret_id=secret_id,
239
service_identities=service_identities)))
240
241
def update_token(self,
@@ -274,6 +275,7 @@ def update_token(self,
274
275
276
277
278
279
280
281
def clone_token(self, accessor_id, description=None):
0 commit comments