15
0
forked from pool/python-hvac
Commit Graph

14 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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