• Skip to primary navigation
  • Skip to main content

Python hvac

Python 2.7/3.X client for HashiCorp Vault

  • Releases
  • GitHub
  • Twitter
  • Documentation
  • PyPi
  • Gitter Chat

v0.11.1

September 22, 2021 By hvac-bot Leave a Comment

💥 Breaking Changes

  • Note: This is actually and truly (😝) intended to by the last hvac release supporting Python 2.7.

    Starting with hvac version 1.0.0, Python versions >=3.6 will be the only explictly supported versions.

  • Requirements – Cleanup & Upgrades (install_requires => requests>=2.25.1 ). GH-741

🚀 Features

  • Add X-Vault-Request header to all requests by default. GH-762
  • Add token_type to kubernetes auth create_role. GH-760
  • jwt: use login adapter and add use_token param. GH-746

🐛 Bug Fixes

  • Fix Passing of cert Parameter From Client into Adapter Class. GH-743
  • Removed vestigial accessor parameter from auth token revoke_self. GH-744
  • Fix Client TLS verify Behavior . GH-745
  • Fix incorrect recovery key backup path. GH-749

Thanks to @Tylerlhess, @anhdat, @ayav09, @bobmshannon, @bpatterson971, @briantist, @cmanfre4, @jeffwecan, Chris Manfre and tyhess for their lovely contributions..

Check it out on GitHub!

v0.11.0

July 12, 2021 By hvac-bot Leave a Comment

💥 Breaking Changes

  • Note: This is intended to by the last hvac release supporting Python 2.7.

    Starting with hvac version 1.0.0, Python versions >=3.6 will be the only explicitly supported versions.

  • Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user . GH-733

🚀 Features

  • Support CA-related Environment Variables. GH-735
  • Migrate Token Auth Methods to Dedicated Class. GH-734
  • Allow Omission of Password Argument on Userpass create_or_update_user(). GH-714
  • Add token_ttl & token_max_ttl Arguments to ldap.configure(). GH-707

🐛 Bug Fixes

  • Fix Cert.login() handling of use_token argument. GH-720
  • Use PUTs for AWS Secrets Engine STS Requests. GH-718

🧰 Miscellaneous

  • Add deprecation notices for Client() k8s methods. GH-732
  • Add deprecation notices for Client() approle methods. GH-731
  • Deprecate AppID-related Client() Methods. GH-730
  • Update Deprecated Usage In Documentation & Tests. GH-728
  • Add python_requires='>=2.7' to setuptools Metadata. GH-727
  • Transition to black Formatting + Updated PR Actions Workflow. GH-726

Thanks to @el-deano, @intgr, @jeffwecan, @pjaudiomv, @tp6783 and tyhess for their lovely contributions.

Check it out on GitHub!

v0.10.14

May 21, 2021 By hvac-bot Leave a Comment

🐛 Bug Fixes

  • Python 2.7: Drop Trailing Comma In Cert.login(). GH-712

Check it out on GitHub!

v0.10.13

May 20, 2021 By hvac-bot Leave a Comment

🐛 Bug Fixes

  • Refactor Cert.login() Conditional for Python 2.7 Syntax Support. GH-708

Thanks to @jeffwecan for their lovely contributions.

Check it out on GitHub!

v0.10.12

May 19, 2021 By hvac-bot Leave a Comment

🚀 Features

  • Add default to group_type argument in update_group and create_or_update_group_by_name. GH-703
  • Add Certificate Authentication Methods. GH-691

Thanks to @Tylerlhess, @jeffwecan, @matusf, @mblau-leaffilter and tyhess for their lovely contributions.

Check it out on GitHub!

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 8
  • Go to Next Page »

Contact Us

  • Email
  • GitHub
  • Twitter

Python hvac

©hvac and python-hvac.org, 2019.