41 Commits

Author SHA256 Message Date
b74caaa75f Accepting request 1317041 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=19
2025-11-11 18:21:13 +00:00
ade0edc1df - Update to 2.4.0
* add audience param to kubernetes role creation (GH-1224)
  * docs: fix AppRole.login docstring (GH-1182)
  * Fix a typo in read_secret_version warning message (GH-1219)
  * Pin consul version in CI (GH-1210)
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=39
2025-11-11 09:18:20 +00:00
f6104e9973 Accepting request 1198290 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1198290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=18
2024-09-03 11:38:15 +00:00
81e4118be5 Accepting request 1198283 from home:bnavigator:branches:devel:languages:python
- Fix build and runtime requirements

OBS-URL: https://build.opensuse.org/request/show/1198283
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=37
2024-09-02 12:27:39 +00:00
64c7235443 Accepting request 1181700 from devel:languages:python
- update to 2.3.0:
  * Implement the /sys/wrapping/wrap endpoint (GH-1172)
  * add support for Vault Raft auto-snapshot endpoints. (GH-1169)

OBS-URL: https://build.opensuse.org/request/show/1181700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=17
2024-06-19 14:40:45 +00:00
a88205e490 - update to 2.3.0:
* Implement the /sys/wrapping/wrap endpoint (GH-1172)
  * add support for Vault Raft auto-snapshot endpoints. (GH-1169)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=35
2024-06-19 08:48:36 +00:00
cff66e9438 Accepting request 1172540 from devel:languages:python
- update to 2.2.0:
  * Add new exception types for HTTP status 405 and 412 (GH-1148)
  * LDAP secrets engine enhancements (GH-1163)
  * LDAP secret engine support
  * Add new exception types for HTTP status 405 and 412 (GH-1148)
  * Add sts_region parameter to auth.aws.configure (GH-1136)
  * Adding namespace_in_state to jwt (GH-1144)
  * Add associated_data to encrypt/decrypt transit endpoints
    (GH-1108)
  * aws auth - add support for `iam_metadata` and `ec2_metadata`
    params (GH-1125)

OBS-URL: https://build.opensuse.org/request/show/1172540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=16
2024-05-08 09:40:27 +00:00
4850e356d4 - update to 2.2.0:
* Add new exception types for HTTP status 405 and 412 (GH-1148)
  * LDAP secrets engine enhancements (GH-1163)
  * LDAP secret engine support
  * Add new exception types for HTTP status 405 and 412 (GH-1148)
  * Add sts_region parameter to auth.aws.configure (GH-1136)
  * Adding namespace_in_state to jwt (GH-1144)
  * Add associated_data to encrypt/decrypt transit endpoints
    (GH-1108)
  * aws auth - add support for `iam_metadata` and `ec2_metadata`
    params (GH-1125)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=33
2024-05-07 21:06:17 +00:00
a399d75674 Accepting request 1137431 from devel:languages:python
- update to 2.1.0:
  * Add support for sys/policies endpoint (GH-1100)
  * add quota support to system backend (GH-1092)
  * Add support to PKI class to perform CRUD on issuers (GH-1102)
  * `Client.write_data` - remove potentially dangerous default
  * 📝 Add HTTP/2+ use case into the advanced usage section
  * update the KV documentation (GH-1122)
  * Add support for sys/policies endpoint (GH-1100)
  * fix readthedocs (RTD) public docsite, modernize some of the
    docs build/testing (GH-1119)
  * Add support to PKI class to perform CRUD on issuers (GH-1102)
  * Update GCP secrets engine documentation (GH-1099)
  * fix readthedocs (RTD) public docsite, modernize some of the
    docs build/testing (GH-1119)
  * Revamp integration tests, run in parallel (GH-1105)
  * Add Vault 1.15.x to integration tests (GH-1103)
- update to 2.0.0:
  * This release makes a number of breaking changes. Most
    notably, dropping support for Python 3.6 & 3.7, dropping
    support for Vault versions 1.6.x through 1.10.x, and removing
    previously deprecated methods and code paths. Most of the
    other breaking changes are fairly minor or only affect
    specific use cases, but please review all changes carefully.
  * There are also several other deprecations and announcements
    to be aware of. We hope to have a more rapid release schedule
    going forward.
  * In accordance with our supported Python version policy we
    will continue to drop Python versions as they become end-of-
    life. These may not be announced in advance, but will be done
    in major versions.

OBS-URL: https://build.opensuse.org/request/show/1137431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=15
2024-01-07 20:41:08 +00:00
386379deb9 - update to 2.1.0:
* Add support for sys/policies endpoint (GH-1100)
  * add quota support to system backend (GH-1092)
  * Add support to PKI class to perform CRUD on issuers (GH-1102)
  * `Client.write_data` - remove potentially dangerous default
  * 📝 Add HTTP/2+ use case into the advanced usage section
  * update the KV documentation (GH-1122)
  * Add support for sys/policies endpoint (GH-1100)
  * fix readthedocs (RTD) public docsite, modernize some of the
    docs build/testing (GH-1119)
  * Add support to PKI class to perform CRUD on issuers (GH-1102)
  * Update GCP secrets engine documentation (GH-1099)
  * fix readthedocs (RTD) public docsite, modernize some of the
    docs build/testing (GH-1119)
  * Revamp integration tests, run in parallel (GH-1105)
  * Add Vault 1.15.x to integration tests (GH-1103)
- update to 2.0.0:
  * This release makes a number of breaking changes. Most
    notably, dropping support for Python 3.6 & 3.7, dropping
    support for Vault versions 1.6.x through 1.10.x, and removing
    previously deprecated methods and code paths. Most of the
    other breaking changes are fairly minor or only affect
    specific use cases, but please review all changes carefully.
  * There are also several other deprecations and announcements
    to be aware of. We hope to have a more rapid release schedule
    going forward.
  * In accordance with our supported Python version policy we
    will continue to drop Python versions as they become end-of-
    life. These may not be announced in advance, but will be done
    in major versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=31
2024-01-07 20:02:04 +00:00
cf4a5e67cd Accepting request 1130332 from devel:languages:python
- update to 1.2.1:
  * This release fixes an inaccuracy in a warning message but
    does not otherwise change functionality.
  * Fix raise_on_deleted_version warning (GH-1045)
  * ldap auth method - add missing `configure` params by vault
    api names (GH-975) expand Vault CI matrix, announce
    deprecation of Vault dynamic SSH keys (GH-1023)
  * Breaking changes coming to `Client.write` method (GH-1034)
  * Support for Python 3.6 & 3.7 will be dropped in `v2.0.0`
  * Support for the Legacy MFA methods will be dropped from the
    `MFA` class in `v2.0.0` (GH-1026)
  * Breaking changes coming to Adapters' use of custom sessions
  * ### 🚀 Features
  * Add alias_name_source for Kubernetes Auth create_role
  * add `Client.write_data` method (GH-1028)
  * ldap auth method - add missing `configure` params by vault
    api names (GH-975)
  * Re-add arguments to create_or_update_role() from old API
    (GH-842)
  * Add new argument (conflicting_alias_ids_to_keep) to
    merge_entities method (GH-968)
  * Add impersonated account support to GCP secrets engine
    (GH-1022)
  * support "user_claim_json_pointer" in create_role() for
    JWT/OIDC auth method (GH-1006)
  * Add static account support to GCP secrets engine (GH-956)
  * adding batch_input to transit.sign_data #988 (GH-990)
  * Add a method to read static roles in the database engine
    (GH-1009)
  * feat: add support for `disable_local_ca_jwt` in the

OBS-URL: https://build.opensuse.org/request/show/1130332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=14
2023-12-02 16:12:58 +00:00
230246f648 - update to 1.2.1:
* This release fixes an inaccuracy in a warning message but
    does not otherwise change functionality.
  * Fix raise_on_deleted_version warning (GH-1045)
  * ldap auth method - add missing `configure` params by vault
    api names (GH-975) expand Vault CI matrix, announce
    deprecation of Vault dynamic SSH keys (GH-1023)
  * Breaking changes coming to `Client.write` method (GH-1034)
  * Support for Python 3.6 & 3.7 will be dropped in `v2.0.0`
  * Support for the Legacy MFA methods will be dropped from the
    `MFA` class in `v2.0.0` (GH-1026)
  * Breaking changes coming to Adapters' use of custom sessions
  * ### 🚀 Features
  * Add alias_name_source for Kubernetes Auth create_role
  * add `Client.write_data` method (GH-1028)
  * ldap auth method - add missing `configure` params by vault
    api names (GH-975)
  * Re-add arguments to create_or_update_role() from old API
    (GH-842)
  * Add new argument (conflicting_alias_ids_to_keep) to
    merge_entities method (GH-968)
  * Add impersonated account support to GCP secrets engine
    (GH-1022)
  * support "user_claim_json_pointer" in create_role() for
    JWT/OIDC auth method (GH-1006)
  * Add static account support to GCP secrets engine (GH-956)
  * adding batch_input to transit.sign_data #988 (GH-990)
  * Add a method to read static roles in the database engine
    (GH-1009)
  * feat: add support for `disable_local_ca_jwt` in the

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=29
2023-12-01 16:58:31 +00:00
22153a9a0d Accepting request 1070718 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1070718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=13
2023-03-10 21:09:04 +00:00
a49b010764 Accepting request 1070712 from home:pgajdos:python
- version update to 1.1.0
  * python-six is not required
  * drop python 2 support
  * lot of changes, see CHANGELOG.md or
    https://github.com/hvac/hvac/blob/develop/CHANGELOG.md
- deleted patches
  - remove-mock.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/1070712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=27
2023-03-10 13:24:03 +00:00
f738edcd25 Accepting request 992138 from devel:languages:python
- Remove patch python-hvac-no-mock.patch
- Add patch remove-mock.patch, from upstream.
- Remove unneeded BuildRequires on mock

OBS-URL: https://build.opensuse.org/request/show/992138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=12
2022-08-02 20:09:18 +00:00
6e3f7a5981 - Remove patch python-hvac-no-mock.patch
- Add patch remove-mock.patch, from upstream.
- Remove unneeded BuildRequires on mock

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=25
2022-08-02 05:51:11 +00:00
14998f7b96 Accepting request 974474 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/974474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=11
2022-05-03 19:19:08 +00:00
208995eb08 Accepting request 974460 from home:pgajdos:python
- added patches
  fix https://github.com/hvac/hvac/issues/582
  + python-hvac-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/974460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=23
2022-05-02 19:31:03 +00:00
4535f5b116 Accepting request 925733 from devel:languages:python
- update to 0.11.2:
  * Breakfix release to revert some unintended post-1.0 requirements changes.
  * Revert `six` & `requests` Requirements Changes. GH-768

OBS-URL: https://build.opensuse.org/request/show/925733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=10
2021-10-16 20:47:36 +00:00
d38e97ed45 - update to 0.11.2:
* Breakfix release to revert some unintended post-1.0 requirements changes.
  * Revert `six` & `requests` Requirements Changes. GH-768

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=22
2021-10-16 19:13:42 +00:00
c3ccb47c8f Accepting request 909394 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/909394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=9
2021-07-30 21:22:22 +00:00
8a9da81161 Accepting request 909387 from home:mcalabkova:branches:devel:languages:python
- Update to 0.11.0
  * This is intended to by the last hvac release supporting Python 2.7.
  * Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user.
  * Support CA-related Environment Variables.
  * Allow Omission of Password Argument on Userpass create_or_update_user().
  * Add deprecation notices for some Client() methods.

OBS-URL: https://build.opensuse.org/request/show/909387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=21
2021-07-30 11:37:27 +00:00
d51d6235b5 Accepting request 900662 from devel:languages:python
- udpate to 0.10.14:
  * Python 2.7: Drop Trailing Comma In `Cert.login()`.
  * Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support.
  * Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`.
  * Add Certificate Authentication Methods.
  * Expand Transform class to include new(ish) tokenization methods.
  * Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata().

OBS-URL: https://build.opensuse.org/request/show/900662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=8
2021-06-19 21:03:07 +00:00
cb80c2a341 - udpate to 0.10.14:
* Python 2.7: Drop Trailing Comma In `Cert.login()`.
  * Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support.
  * Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`.
  * Add Certificate Authentication Methods.
  * Expand Transform class to include new(ish) tokenization methods.
  * Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=19
2021-06-17 21:18:43 +00:00
d3ecc1bc0c Accepting request 894170 from devel:languages:python
- update to 0.10.10:
  - AWS Secrets Engine: Add support for iam_tags when creating roles. GH-684
  - Add Active Directory generate credential capability. GH-657
  - Add `policies` Parameter to Userpass `create_or_update_user()` Method. GH-562
  - Add handling of unsupported HTTP methods inside adapter. GH-689
  - Add Convenience `read_secret()` Method for KVv2 Class. GH-686
  - Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10. GH-688
  - Send AppRole generate_secret_id Method Metadata Parameter as String GH-68

OBS-URL: https://build.opensuse.org/request/show/894170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=7
2021-05-19 15:49:18 +00:00
5689717235 - update to 0.10.10:
- AWS Secrets Engine: Add support for iam_tags when creating roles. GH-684
  - Add Active Directory generate credential capability. GH-657
  - Add `policies` Parameter to Userpass `create_or_update_user()` Method. GH-562
  - Add handling of unsupported HTTP methods inside adapter. GH-689
  - Add Convenience `read_secret()` Method for KVv2 Class. GH-686
  - Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10. GH-688
  - Send AppRole generate_secret_id Method Metadata Parameter as String GH-68

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=17
2021-05-18 22:18:34 +00:00
f0de6a402a Accepting request 887883 from devel:languages:python
- update to 0.10.8:
  - K8s Auth: Allow wildcards for service account and namespace. GH-669
  - Add token_type support to create_kubernetes_role. GH-664
  - Support database secrets static roles. GH-662

OBS-URL: https://build.opensuse.org/request/show/887883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=6
2021-04-23 15:50:39 +00:00
cedd440563 - update to 0.10.8:
- K8s Auth: Allow wildcards for service account and namespace. GH-669
  - Add token_type support to create_kubernetes_role. GH-664
  - Support database secrets static roles. GH-662

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=15
2021-04-22 20:23:59 +00:00
4e7be1309f Accepting request 868438 from devel:languages:python
- update to 0.10.6:
  - Enable response wrapping of PKI secrets. GH-649
  - Fix OIDC login and add working example. GH-638
  - Add rabbitmq vhost_topics parameter. GH-626
  - Expand auth_methods module to support AppRole. GH-637
  - Template "auth method not implemented" error message. GH-651
  - Fix health.py read_health_status GET method. GH-653
  - Fix transit constants for "generate_data_key". GH-632
  - Fix PUT method in secrets engine kv_v1 to use PUT instead of POST. GH-629
  - Remove Erroneous json() Calls In rabbitmq Class. GH-624

OBS-URL: https://build.opensuse.org/request/show/868438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=5
2021-02-02 13:25:37 +00:00
639e4a496a - update to 0.10.6:
- Enable response wrapping of PKI secrets. GH-649
  - Fix OIDC login and add working example. GH-638
  - Add rabbitmq vhost_topics parameter. GH-626
  - Expand auth_methods module to support AppRole. GH-637
  - Template "auth method not implemented" error message. GH-651
  - Fix health.py read_health_status GET method. GH-653
  - Fix transit constants for "generate_data_key". GH-632
  - Fix PUT method in secrets engine kv_v1 to use PUT instead of POST. GH-629
  - Remove Erroneous json() Calls In rabbitmq Class. GH-624

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=13
2021-02-01 18:06:44 +00:00
5ed3fda586 Accepting request 834893 from devel:languages:python
- update to 0.10.5:
  - Add JWT/OIDC Authentication Method Classes. GH-613
  - Add Identity Tokens Methods and Documentation. GH-611
  - Add P-521 to list of allowed key types. GH-608
  - Add P-384 and RSA-3072 to list of allowed key types. GH-606
  - Options not read by tune_mount_configuration. GH-603
  - Add Autodoc Summaries. GH-612
  - Correct Return Type Docstrings Within Transit Class. GH-609
  - Transit engine docs for Encrypt Data now refer to encrypt_data. GH-601
  - Update Vault version test matrix / Oldest Support Vault Version. GH-610

OBS-URL: https://build.opensuse.org/request/show/834893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=4
2020-09-16 17:41:56 +00:00
b3ef1653a8 - update to 0.10.5:
- Add JWT/OIDC Authentication Method Classes. GH-613
  - Add Identity Tokens Methods and Documentation. GH-611
  - Add P-521 to list of allowed key types. GH-608
  - Add P-384 and RSA-3072 to list of allowed key types. GH-606
  - Options not read by tune_mount_configuration. GH-603
  - Add Autodoc Summaries. GH-612
  - Correct Return Type Docstrings Within Transit Class. GH-609
  - Transit engine docs for Encrypt Data now refer to encrypt_data. GH-601
  - Update Vault version test matrix / Oldest Support Vault Version. GH-610

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=11
2020-09-16 11:31:41 +00:00
eb1628c118 Accepting request 821437 from devel:languages:python
- update to 0.10.4:
  - Extract "renew_self_token" from "renew_token". GH-598
  - Add convenience step_down sys backend method. GH-597

OBS-URL: https://build.opensuse.org/request/show/821437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=3
2020-07-17 18:51:12 +00:00
ed44dd042d - update to 0.10.4:
- Extract "renew_self_token" from "renew_token". GH-598
  - Add convenience step_down sys backend method. GH-597

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=9
2020-07-17 07:28:02 +00:00
7cc4606b2f Accepting request 812623 from devel:languages:python
- update to 0.10.3:
  - Add Support For use_token_groups In LDAP Auth Method. GH-591
  - Add Raft System Backend Methods. GH-594

- update to 0.10.2:
  - Create_role_secret_id: add token_bound_cidrs parameter. GH-585
  - Add vault rekey verification methods. GH-586
  - Add request data to exception objects. GH-583
  - Add marshaling_algorithm to sign/verify params. GH-584
  - Add issuer to kubernetes configuration. GH-575
  - Remove json() calls (unneeded following JSONAdapter addition) GH-589
  - Fix format errors in contributing for HTML docs. GH-577

OBS-URL: https://build.opensuse.org/request/show/812623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=2
2020-06-09 22:46:23 +00:00
28ac1f0fce - update to 0.10.3:
- Add Support For use_token_groups In LDAP Auth Method. GH-591
  - Add Raft System Backend Methods. GH-594

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=7
2020-06-08 13:37:54 +00:00
a47a244f83 - update to 0.10.2:
- Create_role_secret_id: add token_bound_cidrs parameter. GH-585
  - Add vault rekey verification methods. GH-586
  - Add request data to exception objects. GH-583
  - Add marshaling_algorithm to sign/verify params. GH-584
  - Add issuer to kubernetes configuration. GH-575
  - Remove json() calls (unneeded following JSONAdapter addition) GH-589
  - Fix format errors in contributing for HTML docs. GH-577

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=6
2020-06-02 16:19:02 +00:00
750908cc1a Accepting request 792347 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/792347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=1
2020-04-10 21:53:00 +00:00
Tomáš Chvátal
f4e8c10277 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=4 2020-04-08 08:03:02 +00:00
Tomáš Chvátal
316873a5f8 - Update to 0.10.1:
* many various fixes all around

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=2
2020-04-08 07:55:26 +00:00
Tomáš Chvátal
1131ff0e1a osc copypac from project:home:jayvdb:py-new package:python-hvac revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=1
2020-04-08 07:27:24 +00:00