aws-credentials-http
This package provides a container HTTP credential resolver and chain provider.
Installation
uv pip install aws-credentials-http
Once installed, the provider registers itself with the SDK's modular credential
chain. When a client resolves credentials through the default chain, it
will attempt this source when the container credential environment variables
(AWS_CONTAINER_CREDENTIALS_RELATIVE_URI or AWS_CONTAINER_CREDENTIALS_FULL_URI)
are set, unless a higher-precedence source resolves credentials first.
Client Configuration
To use this resolver explicitly, set the aws_credentials_identity_resolver
property on a service client's config to a ContainerCredentialsResolver
instance:
from aws_credentials_http import ContainerCredentialsResolver
service_client = ServiceClient(
config=ServiceClientConfig(
aws_credentials_identity_resolver=ContainerCredentialsResolver(),
)
)
Standalone
The resolver can also be used on its own to fetch credentials directly:
import asyncio
from aws_credentials_http import ContainerCredentialsResolver
async def main() -> None:
resolver = ContainerCredentialsResolver()
identity = await resolver.get_identity(properties={})
asyncio.run(main())
Release files for aws-credentials-http 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws_credentials_http-0.1.0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_credentials_http-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 kB
Release files / aws_credentials_http-0.1.0.tar.gz
| Download URL | aws_credentials_http-0.1.0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
930209413d96ab7230a32410d1b4f7e96195e77bb4c36dd5115d49bf2a260596
|
|
BLAKE2b-256 checksum How to use checksums |
6768761bd59e6a429852d635daabd404403e0e2783bd25f4bdf7b511d2e36626
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Amazon Linux","version":"2023","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / aws_credentials_http-0.1.0-py3-none-any.whl
| Download URL | aws_credentials_http-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2775c71384180b1b06680d1da38a4f3767a61375eabe0848c9f9817958e4a2f
|
|
BLAKE2b-256 checksum How to use checksums |
1557bb45a1d209f78af257ad89746ded18570b62fa4c072f10594e0aca0fff58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Amazon Linux","version":"2023","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|