Skip to content

Commit

Permalink
RDS connection modes: Secret & IAM tokens + Password refreshing (#689)
Browse files Browse the repository at this point in the history
* Sketched database password providers. Support: no password, fixed password, and AWS secret password.
* Drafted IAM token as a database authorization alternative
* Slight reshuffling of db components / modules
* Added password refreshers for MySql and Postgres.
* Simplified initialization of initial connection string
* Reorganized database initialization code a lot.
* Support periodic database password refreshing flow, if configured
* Password refreshers as separate components
* Merge corrections + v0.189.0
* Changelog
  • Loading branch information
zaychenko-sergei authored Jun 28, 2024
1 parent 94cec58 commit 711dd7f
Show file tree
Hide file tree
Showing 29 changed files with 1,021 additions and 272 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.189.0] - 2024-06-28
### Added
- Support multiple methods to access database:
- via raw password
- via password stored as AWS secret
- via generated AWS IAM authentication tokens
- Support periodic database password rotation with configurable period

## [0.188.6] - 2024-06-27
### Fixed
- Added missed field to create access token result API
Expand Down
Loading

0 comments on commit 711dd7f

Please sign in to comment.