Infisical Client using REST API
Project description
infisical_api
infisical_api is a python client for the infisical REST API. I found some of the dependencies int he infisical_python client incompatible with some of my applications so I build this very simple version that utilizes the REST API.
Get Secret
from infisical_api import infisical_api
secrets = infisical_api(service_token=token,infisical_url=url) # infisical_url is only needed if using self-hosted
username = secrets.get_secret(secret_name="USERNAME", path="/MYSQL").secretValue # path defaults to "/" when not specified
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
infisical_api-1.0.1.tar.gz
(16.4 kB
view details)
Built Distribution
File details
Details for the file infisical_api-1.0.1.tar.gz
.
File metadata
- Download URL: infisical_api-1.0.1.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ae1e1f81935145dc529b0f740e49218ecec157a56c64dcfdb68543bcdf608f4 |
|
MD5 | 52184321d6ea980d04fd96475e7f605f |
|
BLAKE2b-256 | 95ecc2d5861f64b3b909de75dd011a4b3585a57f684b9d9a9cfd422f043ea998 |
File details
Details for the file infisical_api-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: infisical_api-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99baea919f4bba5d9b9e7ada6e9c7bcab10d35f82147757e77ae6f53380c781a |
|
MD5 | 32b94b0bab2b72aa2bf8244a9f76335c |
|
BLAKE2b-256 | 164a0a0762ad31def9c5daab5050c21ab8cf6bed12d94bcdfff7f017e838f9da |