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

Update entrypoint to make sensu-backend init optional? #28

Open
calebhailey opened this issue Sep 3, 2021 · 0 comments
Open

Update entrypoint to make sensu-backend init optional? #28

calebhailey opened this issue Sep 3, 2021 · 0 comments
Labels
Major version proposal Breaking changes for the next major version of Sensu Go needs-discussion
Milestone

Comments

@calebhailey
Copy link

We should do something like a if [ ! -z $SENSU_ADMIN_USERNAME ]; then... to eradicate the last of the old default username and password.

To init users could docker run -E "SENSU_ADMIN_USERNAME=${SENSU_USERNAME}" -E "SENSU_ADMIN_PASSWORD=${SENSU_PASSWORD}" sensu/sensu:7.0.0 sensu-backend start to start + init...

@calebhailey calebhailey added this to the 7.0.0 milestone Dec 23, 2021
@calebhailey calebhailey added the Major version proposal Breaking changes for the next major version of Sensu Go label Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Major version proposal Breaking changes for the next major version of Sensu Go needs-discussion
Projects
None yet
Development

No branches or pull requests

1 participant