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

[feature/config] remove port option for better usability #457

Merged
merged 1 commit into from Aug 10, 2015

Conversation

thibaultcha
Copy link
Member

Since having the port option for Cassandra and also providing a way to set ports on a per-node basis, it makes it harder for users to "guess" how to add Cassandra nodes.

This changes the config file to show that hosts is an array of host:port and can be intuitively modified.

⚠️ This is a breaking change since we don't support the port option anymore. Will need to be documented properly in UPDATE.md even if the steps are very straightforward.

@thibaultcha thibaultcha added the pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) label Aug 8, 2015
@sonicaghi
Copy link
Member

KongDB won't work anymore?

@thibaultcha
Copy link
Member Author

Ports are not removed, just specified another way.

Since having the `port` option for Cassandra and also providing a way to
set ports on a per-node basis, it makes it harder for users to "guess"
how to add Cassandra nodes.

This changes the config file to show that `hosts` is an array of
`host:port` and can be intuitively modified.

:warning: This is a breaking change since we don't support the `port`
option anymore. Will need to be documented properly in `UPDATE.md` even
if the steps are very straightforward.
thibaultcha added a commit that referenced this pull request Aug 10, 2015
[feature/config] remove port option for better usability
@thibaultcha thibaultcha merged commit f204b99 into master Aug 10, 2015
@thibaultcha thibaultcha deleted the featutre/config/remove-port branch August 10, 2015 20:34
ctranxuan pushed a commit to streamdataio/kong that referenced this pull request Aug 25, 2015
[feature/config] remove port option for better usability

Former-commit-id: c04914c4485e332beb50f562cd2ebbe60d008f68
hutchic pushed a commit that referenced this pull request Jun 10, 2022
…#457)

* fix(useradd) make sure kong:kong exist and files ownership is correct

If the group kong exists before installation, "useradd -U" would not create the kong user.
The file ownership update would also fail.

Firstly create the kong group; then create the kong user on demand.

* fix(ownership) change the group to "root"

Protect Kong files/directories. See
Kong/kong-build-tools#457 (comment)

* fix(package) tests for kong:kong -> kong:root

* Revert "fix(ownership) change the group to "root""

This reverts commit b50c155b6bfea7a7e75f1fde4abc65af71ebbd07.

* Revert "fix(package) tests for kong:kong -> kong:root"

This reverts commit d66b848a68edd0e7f2a8f4b708bf5d0b1517375b.

Co-authored-by: Isa Farnik <isa@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants