Created
March 21, 2025 20:08
-
-
Save stfsy/433d1f3135356bb4b52c721aa3ba8ca1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hvac | |
client = hvac.Client() | |
create_response = client.secrets.kv.v2.create_or_update_secret( | |
path='foo', | |
secret=dict(baz='bar'), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment