Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Functionality #2

Open
cw00dw0rd opened this issue Nov 27, 2019 · 4 comments
Open

Functionality #2

cw00dw0rd opened this issue Nov 27, 2019 · 4 comments

Comments

@cw00dw0rd
Copy link
Contributor

Currently, the service creates a db, user, and password.
What further features are required?

@cw00dw0rd
Copy link
Contributor Author

@joerg84 @rajivsam

@joerg84
Copy link

joerg84 commented Dec 2, 2019

IMO we should include the hostname and port in the API. Just to be able to later return instances in another cluster without any API changes.

@cw00dw0rd
Copy link
Contributor Author

Ok I will investigate returning hostname and port, I believe this should not be a problem.

@rajivsam
Copy link
Contributor

rajivsam commented Dec 4, 2019

@cw00dw0rd @joerg84 I think having the db_name, user_name, and password as parameters with defaults being empty is useful if the organization has a preference for particular values of the db_name, user_name, and password. I think having either:

  1. One api, as we have now, with defaults being empty values for these parameters, and then creating the database with either the preferred values (provided by the client) or random values if nothing is provided.
  2. A separate api for random and preferred database connection strings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants