Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create default user #48

Merged
merged 3 commits into from
May 28, 2019
Merged

create default user #48

merged 3 commits into from
May 28, 2019

Conversation

smacker
Copy link
Contributor

@smacker smacker commented May 16, 2019

fix: #11

@smacker smacker requested review from carlosms and se7entyse7en May 16, 2019 12:50
ADMIN_LOGIN: admin
ADMIN_FIRST_NAME: admin
ADMIN_LAST_NAME: admin
ADMIN_EMAIL: [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with no-email.org, maybe it's safer to use [email protected], since it's owned by IANA

Copy link
Contributor

@carlosms carlosms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs should mention the default user and password.

@smacker
Copy link
Contributor Author

smacker commented May 20, 2019

  1. rebased
  2. email changed
  3. docs updated

Copy link
Contributor

@carlosms carlosms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking that maybe it's better to leave the code in docker-init.sh and call it from docker-entrypoint.sh. After #59, if docker-init.sh gets some changes in upstream we will be able to merge them, but if the file disappears we will miss those changes.

@smacker
Copy link
Contributor Author

smacker commented May 23, 2019

Tienes razón! I'll wait for that PR to be merged and then update preserving the init script.

smacker added 3 commits May 28, 2019 16:22
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
@smacker
Copy link
Contributor Author

smacker commented May 28, 2019

Rebased on master. Don't forget to update ~/.srcd/docker-compose.yml with the new yml file for testing.

Copy link
Contributor

@carlosms carlosms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@smacker smacker merged commit 5ffd611 into src-d:master May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove init script in favor of having a default user and password
2 participants