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

cah-jeremykuhn/AWS-RDS-master-user-passgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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]  -d [--database-type]


Only one service name can be provided.

Usage:
  passGen [-flags] [flags]

Flags:
  -d  --database-type     Type of database
  -h, --help              help for passGen
  -i, --identity string   Service instance identity
  -s, --salt string       Master salt key
      
Database Type Valid Values:
  mysql, postgres, sqlServer, mariadb, aurora, oracle

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%