northstack / northstack-client

NorthStack Client
https://northstack.com
GNU General Public License v3.0
7 stars 1 forks source link

Save initial WP admin password in secrets, then reference secret in build_config json #50

Closed mlteal closed 5 years ago

mlteal commented 5 years ago

The build config currently stores the password initially added in plain sight in the json. We need to send that admin pass to secrets instead and just add a reference to the secret in build_config json

See https://github.com/pagely/northstack/blob/master/src/API/Sapp/SappClient.php#L66 and https://github.com/pagely/northstack/blob/master/src/AppTypes/WordPressType.php#L95