Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.16 KB

AWS Relational Database Service master user passgen

This tool regenerates the original masterusername password for an AWS Relational Database Service Instance originally created by the PCF Service Broker for AWS provided a service instance guid and master salt key.

Please see Pivotal knowledge base on this tool here: https://discuss.pivotal.io/hc/en-us/articles/360001356494

Usage: passGen -i [--identity] -s [--salt]  --[service name]


Only one service name can be provided.

Usage:
  passGen [-flags] [flags]

Flags:
      --aurora            Aurora MySQL
  -h, --help              help for passGen
  -i, --identity string   Service instance identity
      --mariadb           MariaDB
      --mysql             MySQL
      --oracle            Oracle DB
      --postgres          Postgres
  -s, --salt string       Master salt key
      --sqlServer         SQL Server

Standard security recommendations apply to distribution of the generated password.

This tool is provided as a general service and is not under any official supported capacity. There is no implied or guaranteed warranty or statement of support.

Released under MIT license, copyright 2018 Tyler Ramer