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

feat: update codis fe / proxy with tls; topom updated #2383

Open
wants to merge 27 commits into
base: unstable
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9658b06
update codis proxy to accept tls connection
sprappcom Feb 1, 2024
6ec04e3
tls for proxy works, tls for fe in progress
sprappcom Feb 1, 2024
10b22fc
codis fe tls done
sprappcom Feb 1, 2024
083b737
codis tls fe minor update
sprappcom Feb 1, 2024
4517f87
codis fe minor update
sprappcom Feb 1, 2024
342d893
@chenmin1992 remove my own topom
sprappcom Feb 1, 2024
8ad0b61
optimize code
sprappcom Feb 1, 2024
e233d10
Delete codis/pkg/proxy/.proxy.go.swo
kolinfluence Mar 14, 2024
e99e587
Delete codis/admin/.codis-fe-admin.sh.swo
kolinfluence Mar 14, 2024
c631795
Update store.go
kolinfluence Mar 14, 2024
7b765b7
Update config.go
kolinfluence Mar 14, 2024
6eb8e3a
Update Makefile
kolinfluence Mar 14, 2024
f2cfcee
Update config.go
kolinfluence Mar 14, 2024
b8bda63
Update proxy.toml
kolinfluence Mar 14, 2024
6a8a404
Update proxy.toml
kolinfluence Mar 14, 2024
10038c3
Update codis-fe-admin.sh
kolinfluence Mar 14, 2024
7f78d00
Update dashboard.toml
kolinfluence Mar 14, 2024
8d00a6f
Update topom.go
kolinfluence Mar 14, 2024
e8f24eb
Update main.go
kolinfluence Jul 5, 2024
86afbe7
Update store.go
kolinfluence Jul 5, 2024
1a4e5c4
Update proxy.go
kolinfluence Jul 5, 2024
b9cf0ae
Update topom.go
kolinfluence Jul 5, 2024
a592cc6
Rename cert.pem to cert.pem-dummy
kolinfluence Jul 5, 2024
b7c8ba1
Rename key.pem to key.pem-dummy
kolinfluence Jul 5, 2024
5cfa142
Delete codis/key.pem-dummy
kolinfluence Jul 5, 2024
0d607fa
Delete codis/cert.pem-dummy
kolinfluence Jul 5, 2024
c491c6a
Merge branch 'unstable' into unstable
kolinfluence Jul 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update proxy.toml
kolinfluence authored Mar 14, 2024
commit 6a8a404145eddc0d37f61dfd77f6f5a7ccfd0ed2
4 changes: 2 additions & 2 deletions codis/config/proxy.toml
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do not modify the default configuration

Copy link
Author

Choose a reason for hiding this comment

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

can you only pull what is needed?

Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ proxy_addr = "0.0.0.0:19000"
# /zk/codis/db_{PRODUCT_NAME}/proxy-{HASHID} (compatible with Codis2.0)
# or else
# /jodis/{PRODUCT_NAME}/proxy-{HASHID}
jodis_name = "etcd"
jodis_addr = "127.0.0.1:2379"
jodis_name = ""
jodis_addr = ""
jodis_auth = ""
jodis_timeout = "20s"
jodis_compatible = false