Skip to content

Commit c5e236b

Browse files
authored
Add reference to ContainerCredentialsResolver in the dev guide (#15)
1 parent 01f1a44 commit c5e236b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-guide/credential-providers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ For guided options for getting started on AWS authentication for your project, s
66

77
## Credentials identity resolvers provided by the experimental Amazon Bedrock Runtime client for Python<a name="credproviders-available-credential-providers"></a>
88

9+
`ContainerCredentialsResolver`
10+
Obtains credentials from a container credential service such as the one provided with Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS).
11+
912
`EnvironmentCredentialsResolver`
1013
Resolves credentials found in the environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`.
1114

0 commit comments

Comments
 (0)