nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Database User Tab #88

Open jmscholen opened 2 years ago

jmscholen commented 2 years ago

Summary

I often need to give developers access to the db. I would need to log into the db and add the user and generate a password for them unless I give out the main secret url... I dont want to do this.

Intended Outcome

Nullstone UI has a tab for adding users to the db.

How will it work?

Admin User opens a datastore. An additional tab is available to add a user to the db as an admin function. Once a user is added, Nullstone completes an update.

Regular user would open the datastore they have access to to retrieve the credentials to access the db from a client. OR maybe the admin needs to login AWS secrets manager and get the creds to give to the user.