Skip to content

Generates a password to login as the master on AWD Relational Database Server provided via AWS Service Broker

License

Notifications You must be signed in to change notification settings

JaysonBH/AWS-RDS-master-user-passgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Generates a password to login as the master on AWD Relational Database Server provided via AWS Service Broker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%