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

[installer]: set a stable password for messagebus #11096

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

mrsimonemms
Copy link
Contributor

@mrsimonemms mrsimonemms commented Jul 2, 2022

Description

This sets both the rabbitmq.auth.password value and the messagebus-erlang-cookie secret with static values. This has the benefit of not reloading the message bus every time a redeployment happens - this makes deployments faster and existing workspaces don't lose connections.

The initial ticket only mentions the cookie secret, but discovered that the password is hardcoded in the experimental section - this doesn't change the functionality of experiments.common.staticMessagebusPassword so the Ops repo will still work as expected.

Related Issue(s)

Fixes #10459

How to test

Deploy the application

Release Notes

[installer]: set a stable password for messagebus

Documentation

Werft options:

  • /werft with-preview

Both the password and the erlang cookie secret
@mrsimonemms
Copy link
Contributor Author

/hold as would like @mads-hartmann to add his approval too

@mrsimonemms mrsimonemms marked this pull request as ready for review July 2, 2022 11:01
@mrsimonemms mrsimonemms requested a review from a team July 2, 2022 11:01
@github-actions github-actions bot added the team: delivery Issue belongs to the self-hosted team label Jul 2, 2022
@mrsimonemms mrsimonemms requested a review from mads-hartmann July 4, 2022 08:49
Copy link
Contributor

@mads-hartmann mads-hartmann left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

@mrsimonemms
Copy link
Contributor Author

/unhold

@roboquat roboquat merged commit b8cee4b into main Jul 5, 2022
@roboquat roboquat deleted the sje/stable-messagebus-pwds branch July 5, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note size/S team: delivery Issue belongs to the self-hosted team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use stable value for rabbitmq-erlang-cookie
4 participants