An open API service indexing awesome lists of open source software.

https://github.com/nullstone-modules/aws-mysql-multiaccess

Grants an application access to a primary mysql database as well as additional databases
https://github.com/nullstone-modules/aws-mysql-multiaccess

Last synced: 4 months ago
JSON representation

Grants an application access to a primary mysql database as well as additional databases

Awesome Lists containing this project

README

          

# aws-mysql-multiaccess

Nullstone capability to grant access for a mysql database to an app.
If `additional_database_names` are specified, a user and owner permissions will be created for each database.

### Secrets

- `MYSQL_PASSWORD`
- `MYSQL_URL`

### Env Vars

- `MYSQL_USER`
- `MYSQL_DB`

### Security Group Rules

- `tcp:3306` <=> `mysql` connection