Skip to content

1.33.13

Choose a tag to compare

@sandromello sandromello released this 06 Mar 19:11
· 625 commits to main since this release
99cfd22

Changelog

99cfd22 AWS Database Provisioner: Auto Role Creation for PostgreSQL, MySQL and SQL Server (#710)

  • Implemented role provisioning logic for PostgreSQL, MySQL, and SQL Server
  • Created role-specific SQL statements for each database engine with appropriate privilege levels
  • Added consistent role naming scheme with hoop_ro, hoop_rw, and hoop_ddl prefixes
  • Implemented secure random password generation for provisioned roles
  • Updated database role models with new status tracking capabilities
  • Modified API endpoints to support asynchronous provisioning workflow
  • Enhanced connection auto-creation using provisioned credentials
  • Added connection defaults based on database engine type
  • Added password redaction in logs and error messages
  • Created migration to update database role jobs table schema
  • Added fields for storing provisioning status and completion timestamp

Assets

Docker Images

Agent Image | amd64

Helm Chart