-
Notifications
You must be signed in to change notification settings - Fork 20
ENT-13007: Fixed admin demo user for cf-remote install --demo #153
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
Conversation
|
Thank you for submitting a pull request! Maybe @larsewi can review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can skip printing the setup code with demo option, given that the demo option completes the setup.
$ cf-remote --version master install --demo --bootstrap hub --hub hub
---snip---
##########################################################################
CFEngine Mission Portal first time setup:
Navigate to Mission Portal in your browser (using the hub's IP / hostname)
and enter the setup code below when prompted for it:
Setup code: 930816
Note: This code will expire in one hour or after 5 unsuccessful attempts,
if needed, run 'cf-hub --new-setup-code' again on the hub for a new code.
##########################################################################
---snip---
What happens if you install an older version of CFEngine that does not have a first time setup?
19ca3be to
3d8bcd8
Compare
It looks like it works fine for order version of cfengine |
Ticket: ENT-13007 Signed-off-by: Victor Moene <[email protected]>
Changelog: This is unecessary and cause confict with sql query Signed-off-by: Victor Moene <[email protected]>
Depends on:
#151
#152