Migrate Strongbox from OrientDB to JanusGraph#19
Conversation
This comment has been minimized.
This comment has been minimized.
| db: | ||
| janus-graph: | ||
| storage-username: cassandra | ||
| storage-password: cassandra |
There was a problem hiding this comment.
I have been thinking that we need to make these passwords randomly generated upon first boot so that one can safely use Strongbox in production. Could you please add a // TODO: [First start] randomize here and before any other similar field(s) you come across? This will need to be planned as a separate follow-up task. :)
There was a problem hiding this comment.
We should probably have the default user/pass for this set to admin/password, as we're using this convention across the codebase already and we'll need to have a follow-up task to generate a password for this at the first boot. If we have different initial (default) credentials, it will make things more confusing (and we'll have to remember these).
04751ad to
52cb59d
Compare
52cb59d to
2f42188
Compare
c86ef8e to
e08b500
Compare
Closes #1649.