Skip to content

Commit

Permalink
Add license in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Marques committed Jul 14, 2024
1 parent f46fac8 commit b29e30b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Pydantic v2 only](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://docs.pydantic.dev/latest/contributing/#badges)
[![PyPI - License](https://img.shields.io/pypi/l/pydantic-settings-aws)](https://pypi.org/project/pydantic-settings-aws)

Settings management using Pydantic and Amazon Web Services.
Settings management using Pydantic and Amazon Web Services / Secrets Manager.

## πŸ’½ Installation

Expand All @@ -21,7 +21,7 @@ If you want to leave to pydantic-settings-aws to deal with boto3, you can either

To check how boto3 will look for your configurations, check [Configuring credentials](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials).

### With secrets manager client
### πŸ§‘πŸ»β€πŸ’» With secrets manager client

```python
import boto3
Expand Down Expand Up @@ -84,7 +84,6 @@ class AWSSecretsSettings(SecretsManagerBaseSettings):
password: str
```


### πŸ”’ With AWS IAM Identity Center (SSO)

```shell
Expand All @@ -100,3 +99,7 @@ class AWSSecretsSettings(SecretsManagerBaseSettings):
username: str
password: str
```

## πŸ‘©πŸΌβ€βš–οΈ License

This project is licensed under the terms of the [MIT license.](LICENSE)

0 comments on commit b29e30b

Please sign in to comment.