Port details |
- py-pydantic-vault Pydantic BaseSettings extension to retrieve secrets from Hashicorp Vault
- 1.0.0 devel =2 1.0.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-09-22 23:36:20
- Last Update: 2024-01-01 08:59:06
- Commit Hash: d107467
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/nymous/pydantic-vault
- Description:
- Pydantic-Vault is a simple extension to Pydantic BaseSettings that can retrieve
secrets stored in Hashicorp Vault
With Pydantic and Pydantic-Vault, you can easily declare your configuration in a
type-hinted class, and load configuration from environment variables or Vault
secrets. Pydantic-Vault will work the same when developing locally (where you
probably login with the Vault CLI and your own user account) and when deploying
in production (using a Vault Approle or Kubernetes authentication for example).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pydantic-vault>0:devel/py-pydantic-vault@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pydantic-vault/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pydantic-vault
- pkg install py39-pydantic-vault
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pydantic-vault listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pydantic-vault
- Package flavors (<flavor>: <package>)
- py39: py39-pydantic-vault
- distinfo:
- TIMESTAMP = 1699774628
SHA256 (pydantic_vault-1.0.0.tar.gz) = 82cdfd804e5b5e1597ef98e6181a967472beeb43d03832154df755788e9f395e
SIZE (pydantic_vault-1.0.0.tar.gz) = 15628
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-poetry-core>=0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-hvac>=0.10.6 : devel/py-hvac@py39
- py39-pydantic>=1.8<2,1 : devel/py-pydantic@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pydantic-vault
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 01 Jan 2024 08:59:06 |
Antoine Brodin (antoine) |
devel/py-pydantic: bump PORTEPOCH |
1.0.0 14 Nov 2023 17:15:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pydantic-vault: Update to 1.0.0
Changes: https://github.com/nymous/pydantic-vault/releases |
0.8.0 22 Sep 2023 23:22:23 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pydantic-vault: Add py-pydantic-vault 0.8.0
Pydantic-Vault is a simple extension to Pydantic BaseSettings that can retrieve
secrets stored in Hashicorp Vault
With Pydantic and Pydantic-Vault, you can easily declare your configuration in a
type-hinted class, and load configuration from environment variables or Vault
secrets. Pydantic-Vault will work the same when developing locally (where you
probably login with the Vault CLI and your own user account) and when deploying
in production (using a Vault Approle or Kubernetes authentication for example). |