Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adisunw committed Mar 4, 2024
1 parent b55d63f commit ffc1aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def connect(self) -> None:
if token is not None:
kubes_token = (
"kubernetes",
token["data"]["id"], # type: ignore
token["data"]["id"],
token["data"]["ttl"],
) # type: ignore
)
self.kubes_token_queue.put(kubes_token)
except hvac.exceptions.InvalidPath:
raise RuntimeError(
Expand Down

0 comments on commit ffc1aed

Please sign in to comment.