We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1211bf6 commit b9b7b2aCopy full SHA for b9b7b2a
infisical_sdk/resources/secrets.py
@@ -144,6 +144,9 @@ def create_secret_by_name(
144
cache_key = self.cache.compute_cache_key(CACHE_KEY_SINGLE_SECRET, **cache_params)
145
self.cache.set(cache_key, result.data.secret)
146
147
+ # Invalidates all list secret cache
148
+ self.cache.invalidate_operation(CACHE_KEY_LIST_SECRETS)
149
+
150
return result.data.secret
151
152
def update_secret_by_name(
0 commit comments