Skip to content

Commit

Permalink
Merge pull request #36 from smswithoutborders/feature/grpc-api
Browse files Browse the repository at this point in the history
fix: list token with ListEntityStoredTokensRequest not ListEntityStor…
  • Loading branch information
PromiseFru authored Jul 8, 2024
2 parents 7abe6c2 + 6063f9a commit 079cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_vault_entity_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def list_entity_stored_tokens(long_lived_token):

with channel as conn:
stub = vault_pb2_grpc.EntityStub(conn)
request = vault_pb2.ListEntityStoredTokenRequest(
request = vault_pb2.ListEntityStoredTokensRequest(
long_lived_token=long_lived_token
)

Expand Down

0 comments on commit 079cccb

Please sign in to comment.