Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jboucourt committed Aug 15, 2024
1 parent e2f342c commit 1849f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
self._scheme: str = scheme
self._run_worker = True
self.dynamic_token_queue: Queue[Tuple[str, str, str]] = Queue()
self.kubes_token: Optional[Tuple[str, str, str]] = None
self.kubes_token: Optional[Tuple[str, str, str, str]] = None

self._vault_client: Optional[hvac.Client] = None
self._secret_expiry_times: Dict[str, datetime] = dict()
Expand Down

0 comments on commit 1849f57

Please sign in to comment.