Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Create token - vanilla flow
Browse files Browse the repository at this point in the history
Basic skeleton was created to allow easy entry into task (Addition was made to help screen, appropriate classes were added)
  • Loading branch information
eranha committed Sep 30, 2021
1 parent e1e680d commit 0e79ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conjur/data_object/create_token_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def to_dict(self):
"""
return {
'host_factory': self.host_factory,
'cidr[]': self.cidr,
'cidr[]': self.cidr if self.cidr else [],
'expiration': self.expiration,
'count': self.count
}
Expand Down

0 comments on commit 0e79ace

Please sign in to comment.