Skip to content

Remove default value for TARANTOOL_CLUSTER_COOKIE #104

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

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Remove default value for TARANTOOL_CLUSTER_COOKIE #104

merged 2 commits into from
Dec 14, 2023

Conversation

nickkkccc
Copy link
Contributor

@nickkkccc nickkkccc commented Dec 14, 2023

  • Remove the default value for TARANTOOL_CLUSTER_COOKIE env variable in cartridge container.
    Now it works like in cartridge in order of decreasing priority as directed by the user:
    TARANTOOL_CLUSTER_COOKIE > cartridge.cfg > default_cookie
    You can set TARANTOOL_CLUSTER_COOKIE by build-arg on image building or by env arg before container starting
    (#55)
  • [Breaking change] Default routerPassword has been changed from
    testapp-cluster-cookie to secret-cluster-cookie (#55)

I haven't forgotten about:

  • Tests
  • Changelog
  • Documentation
  • Commit messages comply with the guideline
  • Cleanup the code for review. See checklist

Related issues:
Closes #55

- Fix use default value for `TARANTOOL_CLUSTER_COOKIE`
- CHANGELOG.md

Closes #55
@nickkkccc nickkkccc requested a review from ArtDu December 14, 2023 08:55
@nickkkccc nickkkccc self-assigned this Dec 14, 2023
@nickkkccc nickkkccc linked an issue Dec 14, 2023 that may be closed by this pull request
@ArtDu ArtDu changed the title Fix use default value for TARANTOOL_CLUSTER_COOKIE Remove using default value for TARANTOOL_CLUSTER_COOKIE Dec 14, 2023
@ArtDu ArtDu changed the title Remove using default value for TARANTOOL_CLUSTER_COOKIE Remove default value for TARANTOOL_CLUSTER_COOKIE Dec 14, 2023
ArtDu
ArtDu previously approved these changes Dec 14, 2023
@nickkkccc nickkkccc merged commit 238c0c0 into master Dec 14, 2023
@nickkkccc nickkkccc deleted the gh-55 branch December 14, 2023 14:02
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.

Use the default password
3 participants