Requesting MySQL access
How to request just-in-time access to MySQL databases through P0 using the CLI.
Via the P0 CLI
Prerequisites:
Listing requestable fields
p0 ls mysql role instance # lists instances and clusters
p0 ls mysql role name --instance <instance> # lists roles
p0 ls mysql role database --instance <instance> # lists databases within an instance Making a request
p0 aws rds generate-db-auth-token --arch mysql --role <role> --instance <instance>Troubleshooting
Last updated